DeviceIO callback
Messages are used to communicate with external systems. These systems are configured as ‘Devices’, and the structure of the message set via the ‘Message Manager’ and ‘Device IOs’. Callbacks that are invoked in response to receiving a message are also setup via these mediums.
The ‘Device IOs’ are used to map incoming message bit data to equipment properties and also set outgoing bit data based on equipment properties.
Invoked when the property of an equipment has changed provided that the equipment/property has been added in the DeviceIOs list.
Event
Void xxxxxxxxxxxxxxxxx (Object equipment, String identifier, Object value);
Parameters
Name | Type | Description |
---|---|---|
equipment | Object | A java script object that represents the equipment |
identifier | String | A user defined string value that is associated with this update via the configuration |
value | Object | The new value |