Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Sends command to device.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
BlueThermProbe | 9.4 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Device | The device identifier, name or index. Empty value is first device. |
0 |
Command | Which command to run. | "Identify" |
Returns OK or error.
Command | Description |
Measure | Requests the device takes a measurement immediately and transmits it. |
Identify | Requests the device identifies itself, for example by flashing an LED |
FactorySettings | Requests the device returns to factory settings, excluding trim values. |
FactoryReset | requests the device returns to factory settings, including trim values. |
refresh | Requests all values to be read from the device |
Ask first device to identify:
MBS( "BlueThermProbe.SendCommand"; 0; "Identify" )
This function is free to use.
Created 15th August 2019, last changed 1st April 2023
BlueThermProbe.RemoveDevice - BlueThermProbe.SetBatteryLevelScript