]> git.basschouten.com Git - openhab-addons.git/commit
[miio] delay refresh to avoid devices not ready yet (#8838)
authorMarcel <marcelrv@users.noreply.github.com>
Sat, 24 Oct 2020 01:45:03 +0000 (03:45 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 01:45:03 +0000 (18:45 -0700)
commit788ca2272417270a9767753eb1dbb533cc52b8dd
tree9bf01b14374a9e5e30c66f8b68e21ab53eb53107
parente70dfd7450dc54e9025dba534339f893e6ca9727
[miio] delay refresh to avoid devices not ready yet (#8838)

* [miio] delay refresh to avoid devices not ready yet

Delay refresh after command is send as some devices are not ready yet
with the execution and will report wrong status.
This is confusing to the users.

Related forum topic:
https://community.openhab.org/t/xiaomi-mi-air-purifier-xiaomi-mi-io/34840/300

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] remove change from PR
bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/handler/MiIoBasicHandler.java