From 71d01b62f7b8585c9168883457fe02cff92003ce Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:04:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8e95c5..10b1eeb 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,8 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat | CMD_SET_SENSORS_EXC | 0xC7 (199) | sensors_exc0[31:24]
sensors_exc0[23:15]
sensors_exc0[16:8]
sensors_exc0[7:0]
... | n.a. | | CMD_GET_BLE_ADDR | 0xC8 (200) | 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 (201) | 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_GET_BLE_CONFIG | 0xCA (202) | 0x00 | ble_active[7:0]
ble_scantime[7:0] | +| CMD_SET_BLE_SCANTIME | 0xCB (203) | ble_active[7:0]
ble_scantime[7:0] | n.a. | ### Using the Javascript Uplink/Downlink Formatters