org.bluez.ThermometerManager(5)
| ORG.BLUEZ.THERMOMETERMANAGER(5) | Linux System Administration | ORG.BLUEZ.THERMOMETERMANAGER(5) |
NAME
org.bluez.ThermometerManager - BlueZ D-Bus Health ThermometerManager API documentation
INTERFACE
- Service
- org.bluez
- Interface
- org.bluez.ThermometerManager1
- Object path
- [variable prefix]/{hci0,hci1,...}
Methods
void RegisterWatcher(object agent)
Registers a watcher to monitor scanned measurements. This agent will be notified about final temperature measurements.
Possible Errors:
- org.bluez.Error.InvalidArguments
void UnregisterWatcher(object agent)
Unregisters a watcher.
void EnableIntermediateMeasurement(object agent)
Enables intermediate measurement notifications for this agent. Intermediate measurements will be enabled only for thermometers which support it.
Possible Errors:
- org.bluez.Error.InvalidArguments
void DisableIntermediateMeasurement(object agent)
Disables intermediate measurement notifications for this agent. It will disable notifications in thermometers when the last agent removes the watcher for intermediate measurements.
Possible Errors:
- org.bluez.Error.InvalidArguments
- org.bluez.Error.NotFound
AUTHOR
Santiago Carot-Nemesio <sancane@gmail.com>
| July 2011 | BlueZ |
