13_IOTPRO-Tilt
Recommended
Field Name | ID - HEX | Size in Bytes | Description | Data Type | Uplink/ Downlink/ Both |
|---|---|---|---|---|---|
telemetry_param_state_channel_1 | 0x080A | 1 | Indicates whether the tilt alarm is active or not | Boolean (0: Normal, 1: Tilt Alarm) | Uplink |
Optional
Field Name | ID - HEX | Size in Bytes | Description | Data Type | Uplink/ Downlink/ Both |
|---|---|---|---|---|---|
telemetry_param_tilt_x_channel_1 | 0x0FC8 | 2 | Tilt in Degrees | Signed Integer | Uplink |
telemetry_param_tilt_y_channel_1 | 0x0FC9 | 2 | Tilt in Degrees | Signed Integer | Uplink |
telemetry_param_tilt_z_channel_1 | 0x0FCA | 2 | Tilt in Degrees | Signed Integer | Uplink |
device_set_debug_data_enable | 0x0817 | 1 | Enable or disable X, Y, Z readings | Boolean | Both |
device_set_tilt_alert_motion_channel_1_angle | 0x081E | 1 | Angle threshold for triggering tilt alarm | Unsigned Integer | Both |
device_set_tilt_alert_motion_channel_1_count | 0x081F | 1 | Amount of readings needed to trigger tilt alarm | Unsigned Integer | Both |
device_set_tilt_x_offset_channel_1 | 0x100C | 2 | Offset in degrees for Tilt X Channel 1 | Signed Integer | Both |
device_set_tilt_y_offset_channel_1 | 0x100D | 2 | Offset in degrees for Tilt Y Channel 1 | Signed Integer | Both |
device_set_tilt_z_offset_channel_1 | 0x100E | 2 | Offset in degrees for Tilt Z Channel 1 | Signed Integer | Both |
Example Packet
Packet (HEX) | 0x36B20140E17D77FD5D0FAA000D1F42685D1626080A01 | |
ID1 | 0x36B2 | IMEI |
Value1 | 0x0140E17D77FD5D | 352812193545565 |
ID2 | 0x0FAA | Application ID |
Value2 | 0x000D | Tilt |
ID3 | 0x1F42 | Event 1: UNIX Time |
Value3 | 0x685D1626 | 1750930982 |
ID4 | 0x080A | Event 1: Tilt Alarm |
Value4 | 0x01 | Tilt Alarm is ON |