Hi
I am trying to set a variable to the Name of my dashboard led node with Name {{label}}.
I alsow tryed {{msg.label}},but it is always empty. is ther no possibility to set a variable name?
[
    {
        "id": "a61334fb86fdbd70",
        "type": "mqtt in",
        "z": "a401e22c6c2778f7",
        "g": "f15b9f63e407451c",
        "name": "Temp F200A",
        "topic": "N/123456789/temperature/25/Temperature",
        "qos": "1",
        "datatype": "auto-detect",
        "broker": "f193dd3cb4443e8b",
        "nl": false,
        "rap": true,
        "rh": 0,
        "inputs": 0,
        "x": 310,
        "y": 800,
        "wires": [
            [
                "e7fcae8c6989fbfa"
            ]
        ]
    },
    {
        "id": "f193dd3cb4443e8b",
        "type": "mqtt-broker",
        "name": "Victron",
        "broker": "10.11.12.149",
        "port": "1883",
        "clientid": "",
        "autoConnect": true,
        "usetls": false,
        "protocolVersion": "4",
        "keepalive": "60",
        "cleansession": true,
        "birthTopic": "",
        "birthQos": "0",
        "birthPayload": "",
        "birthMsg": {},
        "closeTopic": "",
        "closeQos": "0",
        "closePayload": "",
        "closeMsg": {},
        "willTopic": "",
        "willQos": "0",
        "willPayload": "",
        "willMsg": {},
        "userProps": "",
        "sessionExpiry": ""
    }
]

