Tilt
When the message contains a Tilt payload, the value Tilt will be in the deviceType field of the uplink request.
Payloads
Data message
{
"battery": 100,
"angle_X": -1.34,
"angle_Y": -0.08,
"angle_Z": -88.65,
"threshold_X": "normal",
"threshold_Y": "normal",
"threshold_Z": "normal"
}
Field | Type | Conditional | Description | Notes |
|---|---|---|---|---|
battery | int | No | The remaining battery as a percentage | |
angle_X | float | No | The current angle on the X axis. | |
angle_Y | float | No | The current angle on the Y axis. | |
angle_Z | float | No | The current angle on the Z axis. | |
threshold_X | string | No | ||
threshold_Y | string | No | ||
threshold_Z | string | No |
Documentation still in preparation...
19 juni 2025