node-red-contrib-miio-humidifier
Version:
Miio node for Smartmi humidifier (Xiaomi)
15 lines (13 loc) • 606 B
HTML
<script type="text/x-red" data-help-name="miio-humidifier-get">
<p>Get current status of device.</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>Device <span class="property-type">object</span></dt><dd>Choose the device instance to use.</dd>
</dl>
<h3>Outputs</h3>
<h5>Raw output</h5>
<dl class="message-properties">
<dt>msg.payload <span class="property-type">object</span></dt><dd>status data</dd>
</dl>
</script>