You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: presence-light/locales/en-US/presence-light
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@
9
9
"always-on-time2": "Time in seconds",
10
10
"always-off-time": "Always off time",
11
11
"always-off-time2": "Time in seconds",
12
-
"process-false": "Switch light off immediately, when \"IN\" is set to false."
12
+
"process-false": "Switch light off immediately, when \"IN\" is set to \"false\".",
13
+
"keep-on": "Keep light on when \"EN\" is set to \"false\"."
13
14
},
14
15
"paletteHelp": "<p>This node automatically switches lights on or off depending on presence.</p>",
15
16
"help": "<p>This node automatically switches lights on or off depending on presence. A presence signal (<code>true</code>) on <code>IN</code> sets <code>S</code> to <code>SVAL</code> (<code>true</code> of a profile number greater <code>0</code>). <code>S</code> is reset to <code>false</code> or <code>0</code> after <code>On time</code>. An input of <code>true</code> on <code>ON</code> sets <code>S</code> to <code>SVAL</code> regardless of other inputs. <code>ON</code> is automatically reset after <code>Always on time</code>. When this happens, <code>RES</code> is set to true and <code>S</code> is set depending on <code>IN</code> and <code>On time</code>. An input of <code>true</code> on <code>OFF</code> sets <code>S</code> to <code>false</code> or <code>0</code> regardless of other inputs. <code>OFF</code> is automatically reset after <code>Always off time</code>. When this happens, <code>RES</code> is set to true and <code>S</code> is set depending on <code>IN</code> and <code>On time</code>. Setting <code>Always on time</code> or <code>Always off time</code> to <code>0</code>, disables the timer so the lights will stay on or off until <code>ON</code> or <code>OFF</code> are set to <code>false</code>. Setting <code>EN</code> to <code>false</code> disables processing of <code>IN</code> for example during daytime. <code>IN2</code> also sets <code>S</code> to <code>true</code> but an input of <code>false</code> to <code>IN2</code> immediately sets <code>S</code> to <code>false</code> or <code>0</code> and resets the <code>On time</code> timer. <code>TG</code> toggles <code>s</code> setting it to <code>SVAL</code> and starting the timer when it is <code>false</code> and immediately setting it to <code>false</code> resetting the timer when it is <code>true</code> or greater <code>0</code>. <code>TG</code> also works with profile (scene) numbers. <code>0</code> is recognized as the on/off profile toggling the last input scene number greater than 0. Any other number switches to that profile and also sets <code>SVAL</code>.</p><p>Note: The inputs are rate limited to one input per seconds to avoid too fast outputs.</p><p><code>On time</code>, <code>Always on time</code> and <code>Always off time</code> can also be set dynamically by setting <code>$message['onTime']</code>, <code>$message['alwaysOnTime']</code> or <code>$message['alwaysOffTime']</code></p>",
0 commit comments