]> git.basschouten.com Git - openhab-addons.git/commit
[robonect] Add blade status channel (#15061)
authorChristian Jonak-Möchel <christian@jonak.org>
Wed, 16 Oct 2024 18:58:02 +0000 (20:58 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Oct 2024 18:58:02 +0000 (20:58 +0200)
commit896abdbf5afbe67f36f8dec4483610e0ae7b2424
tree3f94411f20fa80a5874ea4cfd594e66524f93983
parent926f6806228bb8ff5c6c01a1f849e0369b19e39b
[robonect] Add blade status channel (#15061)

* Add blade status channel in Robonect binding

Signed-off-by: Christian Jonak-Möchel <christian@jonak.org>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
bundles/org.openhab.binding.robonect/README.md
bundles/org.openhab.binding.robonect/src/main/java/org/openhab/binding/robonect/internal/RobonectBindingConstants.java
bundles/org.openhab.binding.robonect/src/main/java/org/openhab/binding/robonect/internal/handler/RobonectHandler.java
bundles/org.openhab.binding.robonect/src/main/java/org/openhab/binding/robonect/internal/model/Blades.java [new file with mode: 0644]
bundles/org.openhab.binding.robonect/src/main/java/org/openhab/binding/robonect/internal/model/MowerInfo.java
bundles/org.openhab.binding.robonect/src/main/resources/OH-INF/i18n/robonect.properties
bundles/org.openhab.binding.robonect/src/main/resources/OH-INF/thing/thing-types.xml
bundles/org.openhab.binding.robonect/src/main/resources/OH-INF/update/instructions.xml [new file with mode: 0644]
bundles/org.openhab.binding.robonect/src/test/java/org/openhab/binding/robonect/internal/model/ModelParserTest.java