codmpm / node-red-contrib-loxone

Connect the Loxone Miniserver to node-red via the Websocket API
MIT License
74 stars 24 forks source link

Use name of Control if Name field is empty #70

Open maxweissboeck opened 2 years ago

maxweissboeck commented 2 years ago

Most of the time the Name of the Control is exactly the Name I whish to be displayed, so I have to type it in to the Name field. It would be very helpful, if the Control name is used for displaying the Controls Name, if the Name field is left empty.

image

Even better, use name of Control concatenated with name of the State field, if Name field is empty. For the screenshot given, this would be: "Wasserstand Zisterne value"

Thanks a lot!