]> git.basschouten.com Git - openhab-addons.git/commit
[insteon] set device offline if it doesn't exist in the plm/hub database (#12904)
authorrobnielsen <rob.nielsen@yahoo.com>
Tue, 14 Jun 2022 21:26:08 +0000 (16:26 -0500)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2022 21:26:08 +0000 (23:26 +0200)
commit3349cf4945302d0dd1301bc55e538ef5845612a9
treee55b2f0f16f51b495ca3d30ad16969d717bcb738
parent25660991e6c4c02f2d99608e2bb40d70fa408613
[insteon] set device offline if it doesn't exist in the plm/hub database (#12904)

* [insteon] set device offline if it doesn't exist in the plm/hub database
* [insteon] use a flag to indicate if a device is linked or not
* [insteon] set config to @NonNullByDefault({}) instead of @Nullable
* [insteon] cleanup

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
bundles/org.openhab.binding.insteon/src/main/java/org/openhab/binding/insteon/internal/InsteonBinding.java
bundles/org.openhab.binding.insteon/src/main/java/org/openhab/binding/insteon/internal/handler/InsteonDeviceHandler.java
bundles/org.openhab.binding.insteon/src/main/java/org/openhab/binding/insteon/internal/handler/InsteonNetworkHandler.java