UNPKG

node-red-contrib-zigbee2mqtt

Version:
20 lines (17 loc) 977 B
<script type="text/x-red" data-help-name="zigbee2mqtt-get"> <p>Get last value of device.</p> <h3>Configuration</h3> <dl class="message-properties"> <dt class="optional">Name <span class="property-type">string</span></dt><dd>Choose any name to identify your node</dd> <dt>Server <span class="property-type">object</span></dt><dd>Choose the zigbee2mqtt server instance to use</dd> <dt>Device <span class="property-type">string</span></dt><dd>Select device to listen to</dd> </dl> <h3>Outputs</h3> <h5>Output</h5> <dl class="message-properties"> <dt>payload <span class="property-type">string</span></dt><dd>current value</dd> <dt>payload_in<span class="property-type">object</span></dt><dd>input payload</dd> <dt>payload_raw<span class="property-type">object</span></dt><dd>complete payload</dd> <dt>device<span class="property-type">object</span></dt><dd>device info</dd> </dl> </script>