Closed CWempe closed 4 years ago
Example code:
Switch A "B" <c> (D) {channel="e", alexa="Speaker.muted"} Switch A "B" <c> (D) {channel="e" ,alexa="Speaker.muted"} Switch A "B" <c> (D) {channel="e" , alexa="Speaker.muted"}
Result:
Only the first combination ,_ produces the expected result. The other two _, and _,_ do not produce a new line.
,_
_,
_,_
Version: 2.0.7
And I think the result (for Column style) should be ,_ not ,.
Column
,
current result:
Example from openhab documentation:
Example code:
Result:
Only the first combination
,_
produces the expected result. The other two_,
and_,_
do not produce a new line.Version: 2.0.7