]> git.basschouten.com Git - openhab-addons.git/commitdiff
[openwebnet] fix CEN/CEN+ scenario control buttons param descriptions (#15924)
authorM Valla <12682715+mvalla@users.noreply.github.com>
Sun, 19 Nov 2023 16:26:27 +0000 (17:26 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 16:26:27 +0000 (17:26 +0100)
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/i18n/openwebnet.properties
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENPlusScenarioControl.xml
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENScenarioControl.xml

index 596ad75497d3dfa2fe83005166548cb888e14723..c73164cc124809624d7158e55c2ed8ffb20fcef7 100644 (file)
@@ -61,11 +61,11 @@ thing-type.config.openwebnet.bus_automation.where.description = Example: A/PL ad
 thing-type.config.openwebnet.bus_aux.where.label = OpenWebNet Address (where)
 thing-type.config.openwebnet.bus_aux.where.description = Example: AUX 1 --> where="1"
 thing-type.config.openwebnet.bus_cen_scenario_control.buttons.label = Configured Buttons
-thing-type.config.openwebnet.bus_cen_scenario_control.buttons.description = List (comma separated) of buttons numbers [0-31] configured for this scenario device. Example: buttons=1,2,4
+thing-type.config.openwebnet.bus_cen_scenario_control.buttons.description = List (comma separated) of buttons numbers [0-31] configured for this scenario device. Example: buttons="1,2,4"
 thing-type.config.openwebnet.bus_cen_scenario_control.where.label = OpenWebNet Address (where)
 thing-type.config.openwebnet.bus_cen_scenario_control.where.description = Example: A/PL address: A=1 PL=3 --> where="13". On local bus: where="13#4#01"
 thing-type.config.openwebnet.bus_cenplus_scenario_control.buttons.label = Configured Buttons
-thing-type.config.openwebnet.bus_cenplus_scenario_control.buttons.description = List (comma separated) of buttons numbers [0-31] configured for this scenario device, example: buttons=1,2,4
+thing-type.config.openwebnet.bus_cenplus_scenario_control.buttons.description = List (comma separated) of buttons numbers [0-31] configured for this scenario device, example: buttons="1,2,4"
 thing-type.config.openwebnet.bus_cenplus_scenario_control.where.label = OpenWebNet Address (where)
 thing-type.config.openwebnet.bus_cenplus_scenario_control.where.description = Use 2+N[0-2047]. Example: scenario control 5 --> where="25"
 thing-type.config.openwebnet.bus_dimmer.where.label = OpenWebNet Address (where)
index bcebc86de1501d1d9efbf1eb631976bfe3287de3..420b38208a519c56ca70d19d20b2ce5133ff9586 100644 (file)
@@ -26,7 +26,7 @@
                        <parameter name="buttons" type="text">
                                <label>Configured Buttons</label>
                                <description>List (comma separated) of buttons numbers [0-31] configured for this scenario device, example:
-                                       buttons=1,2,4
+                                       buttons="1,2,4"
                                </description>
                        </parameter>
                        <parameter name="where" type="text" required="true">
index 1c2d3274ee1d2ea6c45a06be1b959608ab57c63d..375baa1fd3c0c470989faab449356d1d9a4bf0c9 100644 (file)
@@ -27,7 +27,8 @@
                        <parameter name="buttons" type="text">
                                <label>Configured Buttons</label>
                                <description>List (comma separated) of buttons numbers [0-31] configured for this scenario device. Example:
-                                       buttons=1,2,4</description>
+                                       buttons="1,2,4"
+                               </description>
                        </parameter>
                        <parameter name="where" type="text" required="true">
                                <label>OpenWebNet Address (where)</label>