]> git.basschouten.com Git - openhab-addons.git/commitdiff
Add missing status (#13729)
authormlobstein <michael.lobstein@gmail.com>
Wed, 16 Nov 2022 07:14:10 +0000 (01:14 -0600)
committerGitHub <noreply@github.com>
Wed, 16 Nov 2022 07:14:10 +0000 (08:14 +0100)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
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

index 313d04a4428bf2eccde67679390b2e76688b45d9..9af554cee344332db104bdd98b7e49e0f94c8de7 100644 (file)
@@ -86,6 +86,7 @@ channel-type.networkupstools.ups-status.state.option.OL\ CHRG = Online, charging
 channel-type.networkupstools.ups-status.state.option.OL\ LB = Online, low battery
 channel-type.networkupstools.ups-status.state.option.OL\ CHRG\ LB = Online, charging, low battery
 channel-type.networkupstools.ups-status.state.option.RB = Replace battery
+channel-type.networkupstools.ups-status.state.option.ALARM\ OL\ RB = Alarm, online, replace battery
 channel-type.networkupstools.ups-status.state.option.OVER = Overload
 channel-type.networkupstools.ups-status.state.option.TRIM = Voltage trim
 channel-type.networkupstools.ups-status.state.option.BOOST = Voltage boost
index 6d4cc3e0e464dd3b57d8fc130080453ef8225219..703fa0b6c103134c27e9039c53d41d3aec104d0d 100644 (file)
@@ -43,6 +43,7 @@
                                <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="ALARM OL RB">Alarm, online, replace battery</option>
                                <option value="OVER">Overload</option>
                                <option value="TRIM">Voltage trim</option>
                                <option value="BOOST">Voltage boost</option>