Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Apr 21, 2024
1 parent 74db55b commit 163e3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat
| [ ] / [ ] | CMD_SET_DATETIME | 0x88 (136) | unixtime[31:24]<br>unixtime[23:16]<br>unixtime[15:8] <br> unixtime[7:0] | n.a. |
| [X] / [ ] | CMD_SET_SLEEP_INTERVAL | 0xA8 (168) | interval[15:8]<br>interval[7:0] | n.a. |
| [X] / [ ] | CMD_SET_SLEEP_INTERVAL_LONG | 0xA9 (169) | interval[15:8]<br>interval[7:0] | n.a. |
| [ ] / [ ] | CMD_GET_LW_CONFIG | 0xB1 (177) | 0x00 | sleep_interval[15:8]<br>sleep_interval[7:0]<br>sleep_interval_long[15:8]<br>sleep_interval_long[7:0] |
| [X] / [ ] | CMD_GET_LW_CONFIG | 0xB1 (177) | 0x00 | sleep_interval[15:8]<br>sleep_interval[7:0]<br>sleep_interval_long[15:8]<br>sleep_interval_long[7:0] |
| [ ] / [ ] | CMD_GET_WS_TIMEOUT | 0xC0 (192) | 0x00 | ws_timeout[7:0] |
| [X] / [ ] | CMD_SET_WS_TIMEOUT | 0xC1 (193) | ws_timeout[7:0] | n.a. |
| [X] / [ ] | CMD_RESET_RAINGAUGE | 0xC3 (195) | flags[7:0] | n.a. |
Expand Down

0 comments on commit 163e3d6

Please sign in to comment.