I cannot find any way to send an empty or blank string value by either an action or command option definition like e.g. in
actionOptions: Netflix,Prime Video,""
Here, the last value should be an empty (or alternatively blank) string, I’ve tried several options (no/single/double quotes). But either I’m getting a Communication failure
when the option is selected (no quotes), or the quotes become part of the command string. I observe the same behavior for command options defintion like (last line is blank)
Netflix
Prime Video
Any hint would be highly appreciated!