From 98d8271738c3486050c2f51f45ec1229dd43e31f Mon Sep 17 00:00:00 2001
From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com>
Date: Sun, 21 Apr 2024 13:28:11 +0200
Subject: [PATCH] Update README.md
---
README.md | 42 ++++++------------------------------------
1 file changed, 6 insertions(+), 36 deletions(-)
diff --git a/README.md b/README.md
index f4b728a..2a24dec 100644
--- a/README.md
+++ b/README.md
@@ -111,43 +111,13 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat
| CMD_SET_WS_TIMEOUT | 0xC1 | ws_timeout[7:0] | n.a. |
| CMD_RESET_RAINGAUGE | 0xC3 | flags[7:0] | n.a. |
| CMD_GET_SENSORS_INC | 0xC4 | 0x00 | sensors_inc0[31:24]
sensors_inc0[23:15]
sensors_inc0[16:8]
sensors_inc0[7:0]
... |
+| CMD_SET_SENSORS_INC | 0xC5 | sensors_inc0[31:24]
sensors_inc0[23:15]
sensors_inc0[16:8]
sensors_inc0[7:0]
... | n.a. |
+| CMD_GET_SENSORS_EXC | 0xC6 | 0x00 | sensors_exc0[31:24]
sensors_exc0[23:15]
sensors_exc0[16:8]
sensors_exc0[7:0]
... |
+| CMD_SET_SENSORS_EXC | 0xC7 | sensors_exc0[31:24]
sensors_exc0[23:15]
sensors_exc0[16:8]
sensors_exc0[7:0]
... | n.a. |
+| CMD_GET_BLE_ADDR | 0xC8 | 0x00 | ble_addr0[47:40]
ble_addr0[39:32]
ble_addr0[31:24]
ble_addr0[23:15]
ble_addr0[16:8]
ble_addr0[7:0]
... |
+| CMD_SET_BLE_ADDR | 0xC9 | ble_addr0[47:40]
ble_addr0[39:32]
ble_addr0[31:24]
ble_addr0[23:15]
ble_addr0[16:8]
ble_addr0[7:0]
... | n.a. |
+
-| CMD_SET_SENSORS_EXC | 0xC6 | 0x00 | sensors_inc0[31:24]
sensors_inc0[23:15]
sensors_inc[16:8]
sensors_inc[7:0]
... |
-
-| CMD_GET_CONFIG | 0xB1 | | | | | | | |
-| response: | | 3 | seconds | ws_timeout[ 7: 0] | sleep_interval[15: 8] | sleep_interval[ 7: 0] | sleep_interval_long[15: 8] | sleep_interval_long[ 7: 0] |
-| CMD_GET_DATETIME | 0x86 | | | | | |
-| response: | | 2 | epoch | unixtime[31:24] | unixtime[23:16] | unixtime[15:8] | unixtime[7:0] |
-| CMD_SET_DATETIME | 0x88 | |epoch | unixtime[31:24] | unixtime[23:16] | unixtime[15:8] | unixtime[7:0] |
-
-
Command | -Port | -Downlink | -Uplink | -
---|---|---|---|
CMD_GET_DATETIME | -0x86 | -0x00 | -- |
L3 Name B | -|||
L2 Name B | -L3 Name C | -||
L3 Name D | -