]> git.basschouten.com Git - openhab-addons.git/commit
[boschshc] Add support for Smoke Detector II (#16357)
authorPatrick <54861416+pat-git023@users.noreply.github.com>
Sun, 4 Feb 2024 21:31:01 +0000 (22:31 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 21:31:01 +0000 (22:31 +0100)
commitf45cff82d1f18a168af90b3bf12ec36ba0ea7f91
tree6a8a68d0979b6985d712581625c1599b0ec695e2
parent6f93b03d8d145bd59109c5b067c378eb0cef5c73
[boschshc] Add support for Smoke Detector II (#16357)

Signed-off-by: Patrick Gell <patgit023@gmail.com>
bundles/org.openhab.binding.boschshc/README.md
bundles/org.openhab.binding.boschshc/src/main/java/org/openhab/binding/boschshc/internal/devices/BoschSHCBindingConstants.java
bundles/org.openhab.binding.boschshc/src/main/java/org/openhab/binding/boschshc/internal/devices/BoschSHCHandlerFactory.java
bundles/org.openhab.binding.boschshc/src/main/java/org/openhab/binding/boschshc/internal/devices/smokedetector/SmokeDetector2Handler.java [new file with mode: 0644]
bundles/org.openhab.binding.boschshc/src/main/java/org/openhab/binding/boschshc/internal/discovery/ThingDiscoveryService.java
bundles/org.openhab.binding.boschshc/src/main/resources/OH-INF/i18n/boschshc.properties
bundles/org.openhab.binding.boschshc/src/main/resources/OH-INF/thing/thing-types.xml
bundles/org.openhab.binding.boschshc/src/test/java/org/openhab/binding/boschshc/internal/devices/smokedetector/SmokeDetector2HandlerTest.java [new file with mode: 0644]