Hi, I've read the guide, I'm sending object msg.ui_update.label
to the button with a string with new name, the button doesn't react. What is wrong here? Thank you
[
{
"id": "2c84fc994beb3c9a",
"type": "tab",
"label": "Flow 2",
"disabled": false,
"info": "",
"env": []
},
{
"id": "af8b342db2cd0f90",
"type": "ui_button",
"z": "2c84fc994beb3c9a",
"name": "",
"group": "a6e637c6f7085f9c",
"order": 1,
"width": 0,
"height": 0,
"passthru": false,
"label": "to be changed",
"tooltip": "",
"color": "",
"bgcolor": "",
"className": "",
"icon": "",
"payload": "",
"payloadType": "str",
"topic": "topic",
"topicType": "msg",
"x": 240,
"y": 160,
"wires": [
[]
]
},
{
"id": "eaa7be591897d811",
"type": "inject",
"z": "2c84fc994beb3c9a",
"name": "",
"props": [
{
"p": "ui_update.label",
"v": "changed",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 70,
"y": 160,
"wires": [
[
"af8b342db2cd0f90",
"482e84e621165acc"
]
]
},
{
"id": "482e84e621165acc",
"type": "debug",
"z": "2c84fc994beb3c9a",
"name": "debug",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 210,
"y": 220,
"wires": []
},
{
"id": "a6e637c6f7085f9c",
"type": "ui_group",
"name": "vdv",
"tab": "8f630d07b288f0e4",
"order": 1,
"disp": true,
"width": "6",
"collapse": false,
"className": ""
},
{
"id": "8f630d07b288f0e4",
"type": "ui_tab",
"name": "Telecomando",
"icon": "dashboard",
"disabled": false,
"hidden": true
}
]