DaylightSensor, DimmerSwitch, MotionSensor, TemperatureSensorpublic interface Sensor
| Modifier and Type | Method | Description |
|---|---|---|
String |
getId() |
Returns the id of the sensor, as assigned by the Bridge.
|
ZonedDateTime |
getLastUpdated() |
Returns the last time the sensor status has been updated, or null if it has not been updated.
|
String |
getName() |
Returns the human readable name of the sensor.
|
SensorType |
getType() |
Returns the type of the sensor.
|
String getName()
String getId()
SensorType getType()
SensorType enumeration value.ZonedDateTime getLastUpdated()
Copyright © 2020. All rights reserved.