Scroll to navigation

org.bluez.ThermometerManager(5) Linux System Administration org.bluez.ThermometerManager(5)

Name

org.bluez.ThermometerManager - BlueZ D-Bus Health ThermometerManager API documentation

Interface

org.bluez
org.bluez.ThermometerManager1
[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:


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:


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:


Author

Santiago Carot-Nemesio <sancane@gmail.com>

July 2011 BlueZ