Hey there,
is there a posibillity to create an item with multilpe labels, without creating multiple items, which are bound to the same channel for example?
My usecase would be to shrink my .items-files. I use multiple items for the same channel for a natural as possible voice control actually.
EG:
Dimmer FF_FS_Deckenlampe "Schlafzimmerlampe" <light> ["Lighting"] {channel="zwave:device:ZWAVE:node6:switch_dimmer"}
Dimmer FF_FS_Deckenlampe1 "Lampe Schlafzimmer" <light> ["Lighting"] {channel="zwave:device:ZWAVE:node6:switch_dimmer"}
In the propably case, that there is actual no way, what contradicts an implementation like:
Dimmer FF_FS_Deckenlampe "Schlafzimmerlampe" "Lampe Schlafzimmer" <light> ["Lighting"] {channel="zwave:device:ZWAVE:node6:switch_dimmer"}