]> git.basschouten.com Git - openhab-addons.git/commit
[touchwand] - Add support for Risco alarm system sensors and AcWand thermostat (...
authorRoie Geron <roie.geron@gmail.com>
Sun, 30 May 2021 09:46:41 +0000 (12:46 +0300)
committerGitHub <noreply@github.com>
Sun, 30 May 2021 09:46:41 +0000 (11:46 +0200)
commit6ae7f981344355632709d37b5b95f6aaec2891e5
treebbd0189c26485051cfd6aa1897331fa67d7f598a
parentf99f4b6361e32e41adfc9cf21cb6a6e876ebee27
[touchwand] - Add support for Risco alarm system sensors and AcWand thermostat (#10748)

* notify listeners on status change using discovery

Signed-off-by: Roie Geron <roie.geron@gmail.com>
20 files changed:
bundles/org.openhab.binding.touchwand/README.md
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/TouchWandAlarmSensorHandler.java
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/TouchWandBSensorHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/TouchWandBaseUnitHandler.java
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/TouchWandBindingConstants.java
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/TouchWandBridgeHandler.java
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/TouchWandHandlerFactory.java
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/TouchWandRestClient.java
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/TouchWandThermostatHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/config/TouchwandBridgeConfiguration.java
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/discovery/TouchWandUnitDiscoveryService.java
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/dto/IdData.java [new file with mode: 0644]
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/dto/TouchWandBSensorUnitData.java [new file with mode: 0644]
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/dto/TouchWandThermostatCurrentStatus.java [new file with mode: 0644]
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/dto/TouchWandThermostatUnitData.java [new file with mode: 0644]
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/dto/TouchWandUnitData.java
bundles/org.openhab.binding.touchwand/src/main/java/org/openhab/binding/touchwand/internal/dto/TouchWandUnitFromJson.java
bundles/org.openhab.binding.touchwand/src/main/resources/OH-INF/thing/bridge.xml
bundles/org.openhab.binding.touchwand/src/main/resources/OH-INF/thing/bsensor.xml [new file with mode: 0644]
bundles/org.openhab.binding.touchwand/src/main/resources/OH-INF/thing/thermostat.xml [new file with mode: 0644]