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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
BlueThermProbe.SendCommand
Sends command to device.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| BlueThermProbe | 9.4 | No | No | No | No | Yes |
MBS( "BlueThermProbe.SendCommand"; Device; Command ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Device | The device identifier, name or index. Empty value is first device. |
0 |
| Command | Which command to run. | "Identify" |
Result
Returns OK or error.
Description
Sends command to device.| 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 |
Examples
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.
Links
MBS Xojo PDF Plugins