]> git.basschouten.com Git - openhab-addons.git/commit
[networkupstools] Add battery.temperature channel (#15812)
authorlsiepel <leosiepel@gmail.com>
Fri, 3 Nov 2023 17:47:40 +0000 (18:47 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Nov 2023 17:47:40 +0000 (18:47 +0100)
commit532476a9c6faf2046d720523ae85bbc0e7519d27
treead662c2606a30c0c299843bac9dfd1c604c8f922
parent15a673a0272dcd4c4c3874220a1854705736070d
[networkupstools]  Add battery.temperature channel (#15812)

* Add channel battery-temperature

---------

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
bundles/org.openhab.binding.networkupstools/README.md
bundles/org.openhab.binding.networkupstools/src/main/java/org/openhab/binding/networkupstools/internal/NutName.java
bundles/org.openhab.binding.networkupstools/src/main/resources/OH-INF/i18n/networkupstools.properties
bundles/org.openhab.binding.networkupstools/src/main/resources/OH-INF/thing/channels.xml
bundles/org.openhab.binding.networkupstools/src/main/resources/OH-INF/thing/thing-types.xml
bundles/org.openhab.binding.networkupstools/src/main/resources/OH-INF/update/instructions.xml [new file with mode: 0644]
bundles/org.openhab.binding.networkupstools/src/test/java/org/openhab/binding/networkupstools/internal/NutNameChannelsTest.java