From 12d5808f4a42f2c69f957734b9f1cc7d6b875f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Sch=C3=BCmann?= Date: Sun, 1 May 2022 23:14:56 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a6ac8f..c52801b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Just enable pairing mode on the NUKI lock and power on the ESP32. Pairing should - presence/devices: List of detected bluetooth devices as CSV. Can be used for presence detection -# Connecting via LAN (Optional) +## Connecting via LAN (Optional) If you prefer to connect to the MQTT Broker via LAN instead of WiFi, you can use a Wizent W5x00 Module (W5100, W5200, W5500 are supported). To connect, just wire the module and connect the LAN cable: @@ -59,7 +59,7 @@ W5x00 reset to GPIO33 Wifi is now disabled, and the module doesn't boot into WifiManager anymore. -# Disclaimer +## Disclaimer This is a third party software for NUKI smart door locks. This project or any of it's authors aren't associated with Nuki Home Solutions GmbH. Please refer for official products and offical support to their website: From bd7333c1c590e6a57843d17db863b9be514dae71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Sch=C3=BCmann?= Date: Sun, 1 May 2022 23:15:50 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c52801b..1df14e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## About -The NUKI Hub software acts as a bridge between a NUKI Lock and a smart home system. Via MQTT, the state can be queried and commands can be executed +The NUKI Hub software acts as a bridge between a NUKI Lock and a smart home system. Exposes the lock state (and more) via MQTT, and allows to execute commands like locking and unlocking ## Installation