Skip to content

Commit

Permalink
[miio] fix wrong channel for vacuum thing (openhab#6615)
Browse files Browse the repository at this point in the history
fix invalid type

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
  • Loading branch information
marcelrv authored and roieg committed Dec 26, 2019
1 parent 45ca414 commit f7e676e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -294,7 +294,7 @@
<state pattern="%.0f" readOnly="true" />
</channel-type>
<channel-type id="last_clean_finish">
<item-type>Boolean</item-type>
<item-type>Number</item-type>
<label>Cleaning Finished</label>
<state readOnly="true" />
</channel-type>
Expand Down

0 comments on commit f7e676e

Please sign in to comment.