Syntax to set a thing config parameter accepting multiple options

A thing config parameter can be setup to accept multiple selection of options.
When defining your thing in a config file, I am searching what is the syntax of the param value to select several options.
Is it param=“value1,value2” ?

And what is the syntax to set several options as default value for the parameter ?

Hi @Lolodomo,

I currently stumbled across the same question. When you look at line 68 of the thing parser you see that you can only assign a single ValueType to the value. I think we have to create an issue/feature request for this in esh.

Best regards
Daniel

Hi @Lolodomo,

my assumption was correct. I created an issue #6146 and try to do a PR this weekend.

Best regards
Daniel