Public Member Functions | |
Event () | |
Creates an object for the device. | |
Event (DSPortAdapter adapter, String netAddress) | |
Creates an object for the device with the supplied address and device type connected to the supplied port adapter. | |
String | readSensor () throws OneWireException |
The readSensor method returns the "max" string if the Sensor (a switch) has had activity since last time it was checked for activity. |
Event | ( | DSPortAdapter | adapter, | |
String | netAddress | |||
) |
Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
adapter | The adapter serving the sensor. | |
netAddress | The 1-Wire network address of the sensor. |
String readSensor | ( | ) | throws OneWireException |
The readSensor method returns the "max" string if the Sensor (a switch) has had activity since last time it was checked for activity.
. |