From: M Valla <12682715+mvalla@users.noreply.github.com> Date: Sun, 19 Nov 2023 16:26:27 +0000 (+0100) Subject: [openwebnet] fix CEN/CEN+ scenario control buttons param descriptions (#15924) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=dcf4255b9857eeb6b6bf2bdbabe748551b6abf98;p=openhab-addons.git [openwebnet] fix CEN/CEN+ scenario control buttons param descriptions (#15924) Signed-off-by: Massimo Valla --- diff --git a/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/i18n/openwebnet.properties b/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/i18n/openwebnet.properties index 596ad75497..c73164cc12 100644 --- a/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/i18n/openwebnet.properties +++ b/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/i18n/openwebnet.properties @@ -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) diff --git a/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENPlusScenarioControl.xml b/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENPlusScenarioControl.xml index bcebc86de1..420b38208a 100644 --- a/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENPlusScenarioControl.xml +++ b/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENPlusScenarioControl.xml @@ -26,7 +26,7 @@ List (comma separated) of buttons numbers [0-31] configured for this scenario device, example: - buttons=1,2,4 + buttons="1,2,4" diff --git a/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENScenarioControl.xml b/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENScenarioControl.xml index 1c2d3274ee..375baa1fd3 100644 --- a/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENScenarioControl.xml +++ b/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENScenarioControl.xml @@ -27,7 +27,8 @@ List (comma separated) of buttons numbers [0-31] configured for this scenario device. Example: - buttons=1,2,4 + buttons="1,2,4" +