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 6a6c563 commit b4f8cbf
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 @@ -102,7 +102,7 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat

| Test Status<br>Req. script / Req. sketch / Rsp. sketch / Rsp. script| Command | Port | Downlink | Uplink |
| ----------- | ----------------------------- | ---- | ------------------------------------------------------------------------- | -------------- |
| [X] / [ ] / [X] / [ ] | CMD_GET_DATETIME | 0x86 (134) | 0x00 | unixtime[31:24]<br>unixtime[23:16]<br>unixtime[15:8]<br>unixtime[7:0]<br>rtc_source[7:0] |
| [X] / [X] / [X] / [X] | CMD_GET_DATETIME | 0x86 (134) | 0x00 | unixtime[31:24]<br>unixtime[23:16]<br>unixtime[15:8]<br>unixtime[7:0]<br>rtc_source[7:0] |
| [X] / [ ] / [-] / [-] | 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. |
Expand Down

0 comments on commit b4f8cbf

Please sign in to comment.