
<value>,
<alarm1>,
<alarm2>
},
...
...
{
<name>,
<unit>,
<value>,
<alarm1>,
<alarm2>
}
]
}
where:
Parameter
Type
Range
Description
<devname>
STR
64B length
Device name
<devsn>
STR
8B length
Serial number of the device (e.g. 20280001)
<time>
STR
RFC3339
Current device time
<timeunix>
INT
32bit
unsigned
Current device time as Unix timestamp
(seconds since 01/01/1970)
<synch>
INT
0, 1
Indication if device time is valid (1 = time is
valid)
<rssi>
INT
< 0
Received signal strength indication at [dBm]
<acc>
INT
0, 1
Acoustic active (=1)
<
ch
>
<name>
STR
32B length
Name of the channel (at English language)
<unit>
STR
16B length
Unit of the channel
<value>
STR
32B length
Measured value at string format (e.g. 12.8, n/a,
ErrorX)
<alarm1>
INT
0, 1
Alarm 1 state (1 = alarm)
<alarm2>
INT
0, 1
Alarm 2 state (1 = alarm)