public interface Thermometer extends GenericDevice
Modifier and Type | Field and Description |
---|---|
static String |
THERMOMETER_CURRENT_TEMPERATURE
Service property indicating the current temperature sensed by the
thermometer, expressed in Kelvins (K).
|
DEFAULT_HEIGHT, DEFAULT_WIDTH, DEVICE_SERIAL_NUMBER, FAULT_NO, FAULT_PROPERTY_NAME, FAULT_UNKNOWN, FAULT_YES, LOCATION_PROPERTY_NAME, LOCATION_UNKNOWN, STATE_ACTIVATED, STATE_DEACTIVATED, STATE_PROPERTY_NAME, STATE_UNKNOWN
Modifier and Type | Method and Description |
---|---|
double |
getTemperature()
Return the current temperature sensed by this thermometer, expressed in
Kelvins (K).
|
addListener, constainsProperty, enterInZones, getFault, getProperties, getPropertyValue, getSerialNumber, getState, hasPropertyValue, leavingZones, removeListener, removeProperty, setFault, setPropertyValue, setState
static final String THERMOMETER_CURRENT_TEMPERATURE
java.lang.Double
always positive
.getTemperature()
,
Constant Field ValuesCopyright © 2012-2013 ADELE Research Group. All Rights Reserved.