Payload Example Water Level

Payload Device Water Level

To ensure that the Antares Insight service works properly, make sure that the payload sent by the user's device complies with the format specified in Antares Insight.

The following is an example of a payload on an Antares device that is in accordance with Antares Insight requirements based on decoder type:

1. Example Payload Input

Here is an example of the payload before passing through the Antares Insight decoder

182;76.40;28.46;0;4.23;78.50;159

2. Decoded Payload Output

Here is an example of the payload after passing through the Antares Insight decoder.

{
  "level": 182,
  "humidity": 76.4,
  "temperature": 28.46,
  "pressure": 0,
  "batteryVoltage": 4.23,
  "current": 78.5,
  "ultrasonicSensorRaw": 159
}

Last updated