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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
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" )
Created 15th August 2019, last changed 16th August 2019
BlueThermProbe.RemoveDevice - BlueThermProbe.SetBatteryLevelScript
Feedback: Report problem or ask question.