From d5fc8c30c11f88370b9e39ada27564c4a983cdec Mon Sep 17 00:00:00 2001 From: technyon Date: Thu, 2 Oct 2025 21:29:46 +0700 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 72ad344..b36d4f5 100644 --- a/README.md +++ b/README.md @@ -930,6 +930,10 @@ To enable GPIO control, go the the "GPIO Configuration" page where each GPIO can - Output: High when RTO active: Outputs a high signal when ring-to-open is active (opener) - Output: High when CM active: Outputs a high signal when continuous mode is active (opener) - Output: High when RTO or CM active: Outputs a high signal when either ring-to-open or continuous mode is active (opener) +- Output: High when MQTT connected: Output a high signal when the device is connected to the MQTT broker +- Output: High when network connected: Output a high signal when the device is connected to the network +- Output: High on bluetooth communication error: Output a high signal when bluetooth communication has failed and the device is retrying to send the command + - General input (pull-down): The pin is configured in pull-down configuration and its state is published to the "gpio/pin_x/state" topic - General input (pull-up): The pin is configured in pull-up configuration and its state is published to the "gpio/pin_x/state" topic - Genral output: The pin is set to high or low depending on the "gpio/pin_x/state" topic