org.bluez.Thermometer1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bluez-dbus Show documentation
Show all versions of bluez-dbus Show documentation
Java native bluetooth library which uses bluez via dbus (linux only)
package org.bluez;
import org.freedesktop.dbus.interfaces.DBusInterface;
/**
* File generated - 2020-06-18.
* Based on bluez Documentation: thermometer-api.txt.
*
* Service: org.bluez
* Interface: org.bluez.Thermometer1
*
* Object path:
* [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
*
* Supported properties:
*
* boolean Intermediate [readonly]
*
* True if the thermometer supports intermediate
* measurement notifications.
*
* uint16 Interval (optional) [readwrite]
*
* The Measurement Interval defines the time (in
* seconds) between measurements. This interval is
* not related to the intermediate measurements and
* must be defined into a valid range. Setting it
* to zero means that no periodic measurements will
* be taken.
*
* uint16 Maximum (optional) [readonly]
*
* Defines the maximum value allowed for the interval
* between periodic measurements.
*
* uint16 Minimum (optional) [readonly]
*
* Defines the minimum value allowed for the interval
* between periodic measurements.
*
*
*
*/
public interface Thermometer1 extends DBusInterface {
}