From bd4ffb29403c11bdae5c278bc7fd997e1b92e5dc Mon Sep 17 00:00:00 2001 From: Lee Marlow Date: Sat, 3 Feb 2018 10:17:50 -0700 Subject: [PATCH] Two more small changes by @Sanfam https://github.com/xoseperez/espurna/pull/510#pullrequestreview-93817068 https://github.com/xoseperez/espurna/pull/510#pullrequestreview-93817150 --- code/html/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/html/index.html b/code/html/index.html index e59dbca6..da055d67 100644 --- a/code/html/index.html +++ b/code/html/index.html @@ -297,7 +297,7 @@
This setting defines the behaviour of the main LED in the board.
- When in "WiFi status" it will blink at 1Hz when trying to connect. If successfully connected if will briefly blink every 5 seconds if in STA mode or every second if in AP mode.
+ When in "WiFi status" it will blink at 1Hz when trying to connect. If successfully connected it will briefly blink every 5 seconds if in STA mode or every second if in AP mode.
When in "MQTT managed" mode you will be able to set the LED state sending a message to "<base_topic>/led/0/set" with a payload of 0, 1 or 2 (to toggle it).
When in "Find me" mode the LED will be ON when all relays are OFF. This is meant to locate switches at night.
When in "Status" mode the LED will be ON whenever any relay is ON, and OFF otherwise. This is global status notification.
@@ -961,7 +961,7 @@
-
In Amperes (A). If you are using a pure resistive load like a bulb this will the ratio between the two previous values, i.e. power / voltage. You can also use a current clamp around one fo the power wires to get this value.
+
In Amperes (A). If you are using a pure resistive load like a bulb, this will be the ratio between the two previous values, i.e. power / voltage. You can also use a current clamp around one of the power wires to get this value.