]> git.basschouten.com Git - openhab-addons.git/commit
[deconz] Cleanup code and improve tests, edit channels to vibration sensor (#14641)
authorJ-N-K <github@klug.nrw>
Tue, 21 Mar 2023 21:46:53 +0000 (22:46 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2023 21:46:53 +0000 (22:46 +0100)
commit1786bb0eecd1602fdb035e5beb82b8276c49247e
tree4e9b90009285bd8657f183bf5a6fd18d24c2b843
parent8e902f63243a11e2dd9898fade150312184aa23c
[deconz] Cleanup code and improve tests, edit channels to vibration sensor (#14641)

* [deconz] Cleanup code and improve tests

Signed-off-by: Jan N. Klug <github@klug.nrw>
20 files changed:
bundles/org.openhab.binding.deconz/README.md
bundles/org.openhab.binding.deconz/src/main/java/org/openhab/binding/deconz/internal/BindingConstants.java
bundles/org.openhab.binding.deconz/src/main/java/org/openhab/binding/deconz/internal/dto/SensorState.java
bundles/org.openhab.binding.deconz/src/main/java/org/openhab/binding/deconz/internal/handler/SensorBaseThingHandler.java
bundles/org.openhab.binding.deconz/src/main/java/org/openhab/binding/deconz/internal/handler/SensorThingHandler.java
bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/i18n/deconz.properties
bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/sensor-channel-types.xml [new file with mode: 0644]
bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/thing/sensor-thing-types.xml
bundles/org.openhab.binding.deconz/src/test/java/org/openhab/binding/deconz/SensorsTest.java [deleted file]
bundles/org.openhab.binding.deconz/src/test/java/org/openhab/binding/deconz/internal/handler/BaseDeconzThingHandlerTest.java [new file with mode: 0644]
bundles/org.openhab.binding.deconz/src/test/java/org/openhab/binding/deconz/internal/handler/SensorThermostatThingHandlerTest.java
bundles/org.openhab.binding.deconz/src/test/java/org/openhab/binding/deconz/internal/handler/SensorThingHandlerTest.java [new file with mode: 0644]
bundles/org.openhab.binding.deconz/src/test/resources/org/openhab/binding/deconz/airquality.json [deleted file]
bundles/org.openhab.binding.deconz/src/test/resources/org/openhab/binding/deconz/carbonmonoxide.json [deleted file]
bundles/org.openhab.binding.deconz/src/test/resources/org/openhab/binding/deconz/fire.json [deleted file]
bundles/org.openhab.binding.deconz/src/test/resources/org/openhab/binding/deconz/json/sensors/airquality.json [new file with mode: 0644]
bundles/org.openhab.binding.deconz/src/test/resources/org/openhab/binding/deconz/json/sensors/carbonmonoxide.json [new file with mode: 0644]
bundles/org.openhab.binding.deconz/src/test/resources/org/openhab/binding/deconz/json/sensors/fire.json [new file with mode: 0644]
bundles/org.openhab.binding.deconz/src/test/resources/org/openhab/binding/deconz/json/sensors/switch.json [new file with mode: 0644]
bundles/org.openhab.binding.deconz/src/test/resources/org/openhab/binding/deconz/json/sensors/vibration.json [new file with mode: 0644]