Interface TradfriAsset
- All Known Implementing Classes:
TradfriLightAsset,TradfriPlugAsset
public interface TradfriAsset
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEventHandlers(Device device, Consumer<org.openremote.model.attribute.AttributeEvent> attributeEventConsumer) org.openremote.model.attribute.AttributeMapgetId()voidinitialiseAttributes(Device device) default voidsetDeviceId(Integer deviceId)
-
Field Details
-
DEVICE_ID
-
-
Method Details
-
getDeviceId
-
setDeviceId
-
getId
String getId() -
getAttributes
org.openremote.model.attribute.AttributeMap getAttributes() -
addEventHandlers
-
initialiseAttributes
-