Class DeviceProperties
java.lang.Object
org.openremote.agent.protocol.tradfri.device.DeviceProperties
- Direct Known Subclasses:
DeviceInfo,LightProperties,PlugProperties
The class that contains the properties of an IKEA TRÃ…DFRI device
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the instance id of the devicevoidsetInstanceId(Integer instanceId) Set the instance id of the device
-
Constructor Details
-
DeviceProperties
public DeviceProperties()Construct the DeviceProperties class
-
-
Method Details
-
getInstanceId
Get the instance id of the device- Returns:
- The instance id of the device
-
setInstanceId
Set the instance id of the device- Parameters:
instanceId- The instance id of the device
-