# 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.

<figure><img src="https://3873791589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cujmJ5QHdJaAjH815aZ%2Fuploads%2FXydIAHScf5N0f0m59DmP%2Fimage.png?alt=media&#x26;token=4a5f15ee-df82-4307-981d-8e705393ab04" alt=""><figcaption><p>Format Payload Antares</p></figcaption></figure>

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

{% tabs %}
{% tab title="Pentarium Water Level" %}

## 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
}
```

{% endtab %}
{% endtabs %}
