-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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 | ? | ? |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels