From 532f6b1e1a2265c264ff97d20040395748f3461f Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:13:16 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eee48d9..a152da8 100644 --- a/README.md +++ b/README.md @@ -172,4 +172,5 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat | CMD_SET_SENSORS_EXC | {"sensors_exc": [, ..., ]} | n.a. | | CMD_GET_BLE_ADDR | {"cmd": "CMD_GET_BLE_ADDR"} | {"ble_addr": [, ..., ]} | | CMD_SET_BLE_ADDR | {"ble_addr": [, ..., ]} | n.a. | - +| CMD_GET_BLE_CONFIG | {"cmd": "CMD_GET_BLE_CONFIG"} | {"ble_active": , "ble_scantime": } | +| CMD_SET_BLE_CONFIG | {"ble_active": , "ble_scantime": } | n.a. |