You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The table for historical entries lists the brightness value as uint32 value but only mentions the bytes 7 to 9 with 10 as a padding byte while its actually part of the brightness.
Updated Table:
Bytes
Type
Value
Description
00-03
uint32
2156400
timestamp, seconds since device epoch (boot)
04-05
uint16
235
temperature in 0.1 °C
06
?
?
?
07-10
uint32
90
brightness in lux
11
uint8
21
moisture in %
12-13
uint16
179
conductivity in µS/cm
14-15
?
?
The text was updated successfully, but these errors were encountered:
The table for historical entries lists the brightness value as uint32 value but only mentions the bytes 7 to 9 with 10 as a padding byte while its actually part of the brightness.
Updated Table:
The text was updated successfully, but these errors were encountered: