]> git.basschouten.com Git - openhab-addons.git/commit
[systeminfo] Add CPU load channel, update dependencies (#13292)
authorMark Herwege <mherwege@users.noreply.github.com>
Sun, 11 Sep 2022 09:06:52 +0000 (11:06 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Sep 2022 09:06:52 +0000 (11:06 +0200)
commit909d39058107127c32960a2d7d7b271cb4b263af
tree1c5a2f03741ff46e68cb4b79016af74bd48ece07
parent55e27c8c12adc759070ad436e9eec2e34c49fd3c
[systeminfo] Add CPU load channel, update dependencies (#13292)

* Add CPU load channel, update dependencies
* use PercentType, correct process CPU load
* Add and fix test

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
bundles/org.openhab.binding.systeminfo/README.md
bundles/org.openhab.binding.systeminfo/pom.xml
bundles/org.openhab.binding.systeminfo/src/main/feature/feature.xml
bundles/org.openhab.binding.systeminfo/src/main/java/org/openhab/binding/systeminfo/internal/handler/SysteminfoHandler.java
bundles/org.openhab.binding.systeminfo/src/main/java/org/openhab/binding/systeminfo/internal/model/OSHISysteminfo.java
bundles/org.openhab.binding.systeminfo/src/main/java/org/openhab/binding/systeminfo/internal/model/SysteminfoInterface.java
bundles/org.openhab.binding.systeminfo/src/main/resources/OH-INF/i18n/systeminfo.properties
bundles/org.openhab.binding.systeminfo/src/main/resources/OH-INF/thing/channels.xml
itests/org.openhab.binding.systeminfo.tests/itest.bndrun
itests/org.openhab.binding.systeminfo.tests/pom.xml
itests/org.openhab.binding.systeminfo.tests/src/main/java/org/openhab/binding/systeminfo/test/SysteminfoOSGiTest.java