]> git.basschouten.com Git - openhab-addons.git/commit
[tado] Channels are visible depending on device type and capabilities (#13301)
authorAndrew Fiddian-Green <software@whitebear.ch>
Sun, 2 Oct 2022 15:46:16 +0000 (16:46 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2022 15:46:16 +0000 (17:46 +0200)
commit5c7eaa33acfc83782e8e51b740a14c58d466c9e1
tree159a27d21ccb303529df4bb55fb19b097ac1782f
parent8d9dfb20e31597f1c7e1d0d47744c8e5c1249a9f
[tado] Channels are visible depending on device type and capabilities (#13301)

* [tado] create zone channels dynamically
* [tado] add JUnit test classes
* [tado] eliminate maven compiler warnings
* [tado] code optimisation
* [tado] read me
* [tado] current temperature & humidity also dynamic
* [tado] battery/window channels
* [tado] simplify channel builder
* [tado] fix bundle initialisation bug
* [tado] fix insert positions
* [tado] add channel type categories
* [tado] refactor battery checker
* [tado] create capabilities support in caller vs callee
* [tado] method doesn't throw exception
* [tado] remove new line
* [velux] add self to code owners
* [tado] capitalize categories

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
CODEOWNERS
bundles/org.openhab.binding.tado/README.md
bundles/org.openhab.binding.tado/src/main/java/org/openhab/binding/tado/internal/CapabilitiesSupport.java [new file with mode: 0644]
bundles/org.openhab.binding.tado/src/main/java/org/openhab/binding/tado/internal/handler/TadoBatteryChecker.java
bundles/org.openhab.binding.tado/src/main/java/org/openhab/binding/tado/internal/handler/TadoHomeHandler.java
bundles/org.openhab.binding.tado/src/main/java/org/openhab/binding/tado/internal/handler/TadoZoneHandler.java
bundles/org.openhab.binding.tado/src/main/resources/OH-INF/i18n/tado.properties
bundles/org.openhab.binding.tado/src/main/resources/OH-INF/thing/thing-types.xml
bundles/org.openhab.binding.tado/src/test/java/org/openhab/binding/tado/tests/CapabilitiesSupportTest.java [new file with mode: 0644]