version 402
Message holds common device information.
Field | Information |
---|---|
infoTimestamp | Type: google.protobuf.Timestamp Description: The timestamp when the values were read. |
manufacturerSerialNumber | Type: string Description: The serial number of the device set by manufacturer. Typical source: 0-0:42.0.0.255 |
deviceSerialNumber | Type: string Description: The device serial number of the device. Typical source: 0-0:96.1.0.255 |
firmwareVersion | Type: string Description: The firmware version identifier of the device. Typical source: 0-0:0.2.0.255 |
clockDelta | Type: google.protobuf.Duration Description: The clock delta against acquisition server clock (got by a driver) where positive value means that the device clock is ahead of local clock and vice versa. |
deviceModel | Type: string Description: The model of the device. |
errorRegister | Type: uint64 Description: The error register 0. Typical source: 0-0:97.97.1.255 (higher 32-bit) + 0-0:97.97.0.255 (lower 32-bit) |
relayStates | Type: bool Description: The list of relay states. The order of the relays is the same as in the device. The value is true if the relay is connected and false if the relay is disconnected. |
connectionState | Type: bool Description: The state of the connection. It represents the disconnector state where true means that the customer is connected and false means that the customer is disconnected. |