public class DryContactProxy extends DeviceProxy<DryContact> implements DryContact
Constructor and Description |
---|
DryContactProxy() |
Modifier and Type | Method and Description |
---|---|
int |
getLastKnownState()
Get the last known state of this device.
|
getChildren, getDescriptor, getName, getParent
public int getLastKnownState()
DryContact
getLastKnownState
in interface DryContact
BinaryState.ON
if the dry contact is closed or
BinaryState.OFF
if open.