Interface Unit
-
- All Known Subinterfaces:
Actuator
,Device
,Sensor
,SimpleSensor
- All Known Implementing Classes:
AbstractActuator
,AbstractDevice
,AbstractSensor
,AbstractSimpleSensor
,BinaryActuator
,Default
,DHT11
,Hygrometer
,LinearActuator
,RotaryActuator
,Thermometer
public interface Unit
Methods used for identification of Devices.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLabel()
Returns LabelUUID
getUUID()
Returns UUIDvoid
setLabel(String label)
Sets Labelvoid
setUUID(UUID uuid)
Sets UUID
-