UNPKG

node-red-contrib-deconz

Version:
21 lines (19 loc) 1.05 kB
<script type="text/x-red" data-help-name="deconz-battery"> <p>This node listens for battery messages sent from your deconz.</p> <h3>Configuration</h3> <dl class="message-properties"> <dt class="optional">Name <span class="property-type">string</span></dt><dd>Provide a custom name for this node.</dd> <dt>Server <span class="property-type">object</span></dt><dd>Choose the deconz server instance to use.</dd> <dt>Device <span class="property-type">string</span></dt><dd>Select device to listen to.</dd> <dt class="optional">Start output <span class="property-type">boolean</span></dt><dd>Output state at startup.</dd> </dl> <h3>Outputs</h3> <h5>Raw output</h5> <dl class="message-properties"> <dt>payload <span class="property-type">object</span></dt><dd>Complete data.</dd> </dl> <h5>Homekit output</h5> <dl class="message-properties"> <dt>payload <span class="property-type">object</span></dt><dd>Object formatted for homekit node</dd> </dl> </script>