]> git.basschouten.com Git - openhab-addons.git/commitdiff
[networkupstools] Missing status added (#11082)
authorlolodomo <lg.hc@free.fr>
Tue, 3 Aug 2021 12:33:01 +0000 (14:33 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 12:33:01 +0000 (14:33 +0200)
Fix #9276

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.networkupstools/src/main/resources/OH-INF/thing/channels.xml

index 435eba8d920ffa404b7492ab3388bf55807d737e..6d4cc3e0e464dd3b57d8fc130080453ef8225219 100644 (file)
                                <option value="OL">Online</option>
                                <option value="OB">On battery</option>
                                <option value="LB">Low battery</option>
+                               <option value="CHRG">Charging</option>
+                               <option value="OL CHRG">Online, charging</option>
+                               <option value="OL LB">Online, low battery</option>
+                               <option value="OL CHRG LB">Online, charging, low battery</option>
                                <option value="RB">Replace battery</option>
                                <option value="OVER">Overload</option>
                                <option value="TRIM">Voltage trim</option>