ADA Documentation Help

Desk Mini

When the message contains a Desk Mini payload, the value DeskMini will be in the deviceType field of the uplink request.

{ "accMotion": 0, "humidity": 43, "occupancy": 0, "temperature": 23.5, "vdd": 3640, "x": 5, "y": 11, "z": 63 }

Field Name

Type

Conditional

Description

Notes

accMotion

int

Yes

Whether motion has been detected.

Boolean

humidity

int

Yes

Relative humidity as a percentage.

occupancy

int

Yes

Whether occupancy has been detected.

Boolean

temperature

float

Yes

The temperature in °C.

vdd

int

Yes

The battery voltage in millivolts.

Completely discharged at around 3000mV.

x

int

Yes

X axis acceleration.

63 = 1G

y

int

Yes

Y axis acceleration.

63 = 1G

z

int

Yes

Z axis acceleration.

63 = 1G

Documentation still in preparation...

19 juni 2025