public class MultilevelSensorProxy extends DeviceProxy<MultilevelSensor> implements MultilevelSensor
UNKNOWN_NAME
Constructor and Description |
---|
MultilevelSensorProxy() |
Modifier and Type | Method and Description |
---|---|
double |
getLastKnownValue()
Get the last known value of this device.
|
void |
requestUpdate()
Request a value update.
|
getChildren, getDescriptor, getName, getParent
getReference, invoke, invokeBoolean, invokeByte, invokeChar, invokeDouble, invokeFloat, invokeInt, invokeLong, invokeRef, invokeShort
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildren, getDescriptor, getName, getParent
public double getLastKnownValue()
MultilevelSensor
getLastKnownValue
in interface MultilevelSensor
MultilevelValue.UNKNOWN
if unknown.public void requestUpdate()
MultilevelSensor
requestUpdate
in interface MultilevelSensor