node-red-contrib-miio-humidifier
Version:
Miio node for Smartmi humidifier (Xiaomi)
10 lines (9 loc) • 650 B
HTML
<script type="text/x-red" data-help-name="miio-humidifier-server">
<h3>Configuration</h3>
<dl class="message-properties">
<dt>Name <span class="property-type">string</span></dt><dd>Name of your device</dd>
<dt>IP-Address <span class="property-type">string</span></dt><dd>Device IP</dd>
<dt>Token <span class="property-type">string</span></dt><dd><a href="https://github.com/jghaanstra/com.xiaomi-miio/blob/master/docs/obtain_token.md" target="_blank">Manual is here</a></dd>
<dt>Polling <span class="property-type">int</span></dt><dd>Interval in seconds, how often to poll your device</dd>
</dl>
</script>