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>
Signed-off-by: Eugene Horohorin <genixoid@gmail.com>
  • Loading branch information
marcelrv authored and ehorohorin committed Dec 24, 2019
1 parent fac0774 commit 3d398cc
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 3d398cc

Please sign in to comment.