UNPKG

@maddytp/node-red-dashboard-2-ui-reef

Version:

Set of UI nodes for aquarium automation based on @flowfuse/node-red-dashboard

21 lines 1.07 kB
<script type="text/html" data-help-name="ui-feed"> <p>A Node-RED node to show a timer countdown in the Node-RED Dashboard.</p> <h3>Properties</h3> <p><strong>Label:</strong><br/> The label that will be displayed on the widget.</p> <p><strong>Topic:</strong><br/> The text that needs to be send in the <code>msg.topic</code> field.</p> <p><strong>On Cancel:</strong><br/> Specify value to send on countdown end or cancel.</p> <p><strong>Use theme colors:</strong><br/> Specify whether the theme colors should be used. If not active, custom colors can be specified for each option separately.</p> <p><strong>Options:</strong><br/> Specify which options need to be displayed: <ul> <li><i>Label: </i>(optional) The description that will be displayed.</li> <li><i>On Start: </i>The value that will be sent on selection.</li> <li><i>Duration: </i>The duration of countdown timer.</li> <li><i>Color: </i>The color of the option in the UI.</li> </ul> </p> </script>