Hi all,
my widget GarminFhem uses the following setting
<setting propertyKey="@Properties.fhemAdditionalCommands" title="@Strings.setting_fhemCommands"> <settingConfig type="alphaNumeric" readonly="false" required="true" /> </setting>
I use it to separate a dynamic list of commands that can be executed by my widget. Example: Lights on==command1|||Lights off==command2. As you can see, I use three pipes ||| to separate the commands (== separates the label on the widget from the actual command). Starting at the end of 2021, users started to contact me because when you save the settings (in the ConnectIQ app), all ||| just disappear from the settings string.
Is this known and can I prevent it somehow? Or do I need to use another separator and force my users to migrate their settings?
Thanks & regards,
Florian