# Enapter AI4 Protocol

Warning

This documentation is out of date. For more information please check Gateway Documentation at Software part of the Handbook.

# Device Telemetry Payload

Field Description
timestamp Message publishing timestamp
ai1 Analog input 1 value, in volts
ai2 Analog input 2 value, in volts
ai3 Analog input 3 value, in volts
ai4 Analog input 4 value, in volts

# Example

{
    "timestamp":1608838307,
    "ai1":0.77716428041458,
    "ai2":0.038626454770565,
    "ai3":0.004635174293071,
    "ai4":0.046351749449968
}