Angle Profile (18000-18999)

Angular position and tilt measurement sensors.

Sensor Data Messages

Angular Position Info (18100)

Reports the current angular position of the sensor.

{
    "angle": 89
}
FieldRangeUnit
angle0–360Degrees

Temperature Info (18101)

Reports the sensor’s temperature.

{
    "temp": 59
}
FieldUnit
temp°C

Configuration Messages

LED Control Request (18200)

Control the device LED for identification purposes. Sent with tsmEv: 30.

{
    "transactionId": Number,
    "profileId": Number,
    "duration": Number
}
FieldRangeDescription
transactionId0–2,147,483,647Request tracking ID
profileId0–1LED behavior
durationsecondsHow long to keep profile active

Profile values:

IDBehavior
0Turn off LED
1Blink LED every 2 seconds

After duration expires, the LED is automatically powered off.

Example Response:

[{
    "tsmId": 18200,
    "tsmEv": 31,
    "tsmTs": 1492604004,
    "tsmTuid": "TSANG6789",
    "transactionId": 123499,
    "profileId": 1,
    "duration": 1800
}]