]> git.basschouten.com Git - openhab-addons.git/commit
[miio] add BT Devices channel to chuangmi plug (#11715)
authorMarcel <marcel@verpaalen.com>
Sun, 12 Dec 2021 21:21:20 +0000 (22:21 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 21:21:20 +0000 (22:21 +0100)
commitf8a65221005c7223f186b1b19743a0dde66c586b
treecda17c1d3e01058bccbdfba777e7cf7f7afb590b
parentba58f96d33da5b0eb94fed4eae3a76cd41c027f6
[miio] add BT Devices channel to chuangmi plug (#11715)

* [miio] add BT Devices channel to chuangmi plug

* Shows the  bluetooth  devices connected to the plug (plug as BT
gateway)
* Add refresh interval functionality to reduce load on device
* Change public to private for the private functions in conversions.
* Add test for new conversion
* Update miio.properties

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
bundles/org.openhab.binding.miio/README.md
bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/MiIoSendCommand.java
bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/basic/Conversions.java
bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/basic/MiIoBasicChannel.java
bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/handler/MiIoBasicHandler.java
bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/transport/MiIoAsyncCommunication.java
bundles/org.openhab.binding.miio/src/main/resources/OH-INF/i18n/basic.properties
bundles/org.openhab.binding.miio/src/main/resources/database/chuangmi.plug.212a01-miot.json
bundles/org.openhab.binding.miio/src/test/java/org/openhab/binding/miio/internal/ConversionsTest.java