node-red-contrib-miio-roborock
Version:
Roborock connectivity nodes for node-red
19 lines (16 loc) • 970 B
HTML
<script type="text/x-red" data-help-name="miio-roborock-event">
<p>This node listens for events sent from your vacuum cleaner.</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>Event Types <span class="property-type">object</span></dt><dd>Choose event types for output.</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>msg.payload <span class="property-type">object</span></dt><dd>event data</dd>
<dt>msg.status <span class="property-type">object</span></dt><dd>complete device status</dd>
</dl>
</script>