UNPKG

smart-nodes

Version:

Controls light, shutters and more. Includes common used logic and statistic nodes to control your home.

41 lines 1.69 kB
<script type="text/html" data-help-name="smart_scheduler"> <p> This node sends the corresponding messages to the output at the specified times. </p> <p> The following topics are accepted: <table> <thead> <tr> <th>Topic</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><code>debug</code></td> <td>Outputs current node settings in the debug window.</td> </tr> <tr> <td><code>enable</code></td> <td>Enables the scheduler.</td> </tr> <tr> <td><code>disable</code></td> <td>Disables the scheduler.</td> </tr> <tr> <td><code>set</code> or <code>set_state</code></td> <td>Enables the scheduler if <code>msg.payload = true</code> or disables the scheduler if <code>msg.payload = false</code>.</td> </tr> <tr> <td><code>set_inverted</code> oder <code>set_state_inverted</code></td> <td>Enables the scheduler if <code>msg.payload = false</code> or disables the scheduler if <code>msg.payload = true</code>.</td> </tr> </tbody> </table> </p> <p> Note: You can choose to use UTC instead of local time by enabling "Use UTC time" in the node config. Status texts will indicate when UTC is active. </p> </script>