UNPKG

node-red-contrib-miio-humidifier

Version:

Miio node for Smartmi humidifier (Xiaomi)

19 lines (16 loc) 985 B
<script type="text/x-red" data-help-name="miio-humidifier-input"> <p>This node listens for events sent from your 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> <dt class="optional">Start output <span class="property-type">boolean</span></dt><dd>Output state at startup.</dd> <dt class="optional">Homekit <span class="property-type">boolean</span></dt><dd>Format msg.payload for homekit node.</dd> </dl> <h3>Outputs</h3> <h5>Raw output</h5> <dl class="message-properties"> <dt>msg.payload <span class="property-type">object</span></dt><dd>changed data</dd> <dt>msg.status <span class="property-type">object</span></dt><dd>full status of device</dd> </dl> </script>