From 6a6c563fc3a124ae90b6ed33e8592196e781bf8a Mon Sep 17 00:00:00 2001
From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com>
Date: Sun, 21 Apr 2024 21:08:31 +0200
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cbc777d..45c7ca8 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat
| Test Status
Req. script / Req. sketch / Rsp. sketch / Rsp. script| Command | Port | Downlink | Uplink |
| ----------- | ----------------------------- | ---- | ------------------------------------------------------------------------- | -------------- |
-| [X] / [ ] / [ ] / [ ] | CMD_GET_DATETIME | 0x86 (134) | 0x00 | unixtime[31:24]
unixtime[23:16]
unixtime[15:8]
unixtime[7:0]
rtc_source[7:0] |
+| [X] / [ ] / [X] / [ ] | CMD_GET_DATETIME | 0x86 (134) | 0x00 | unixtime[31:24]
unixtime[23:16]
unixtime[15:8]
unixtime[7:0]
rtc_source[7:0] |
| [X] / [ ] / [-] / [-] | CMD_SET_DATETIME | 0x88 (136) | unixtime[31:24]
unixtime[23:16]
unixtime[15:8]
unixtime[7:0] | n.a. |
| [X] / [ ] / [-] / [-] | CMD_SET_SLEEP_INTERVAL | 0xA8 (168) | interval[15:8]
interval[7:0] | n.a. |
| [X] / [ ] / [-] / [-] | CMD_SET_SLEEP_INTERVAL_LONG | 0xA9 (169) | interval[15:8]
interval[7:0] | n.a. |