Hello,
I am using UI control node to hide and unhide groups in same tab. And it was working well all the time.
Suddenly I have started facing an issue that the one group doesnt hide anymore. Do sommone else experience issues with ui control node??
[
{
"id": "7de330bd20e3d9cb",
"type": "ui_button",
"z": "3377f80e1f360e5f",
"name": "",
"group": "7d101395a5edf44f",
"order": 1,
"width": "4",
"height": 3,
"passthru": false,
"label": "<font size= 70> Station Left",
"tooltip": "",
"color": "",
"bgcolor": "green",
"className": "",
"icon": "fa-send fa-3x ",
"payload": "{\"group\":{\"hide\":[\"ARS_Protective Stops\"],\"show\":[\"Admin_Control\",\"ARS_Assembly_______________ACP_______________FKT_______________EOL_________________Laser\"]}}",
"payloadType": "json",
"topic": "",
"topicType": "str",
"x": 380,
"y": 3860,
"wires": [
[
"2fcb2b9168a1c180",
"b5068acd97dcb04c",
"38548e5ebcdb8faf",
"ad6fb563d335278f"
]
]
},
{
"id": "5eeb2e2fa662a1f5",
"type": "ui_button",
"z": "3377f80e1f360e5f",
"name": "",
"group": "7d101395a5edf44f",
"order": 2,
"width": "4",
"height": 3,
"passthru": false,
"label": "<font size= 70>Station Right",
"tooltip": "",
"color": "",
"bgcolor": "green",
"className": "",
"icon": "fa-send fa-3x ",
"payload": "{\"group\":{\"hide\":[\"ARS_Assembly_______________ACP_______________FKT_______________EOL_________________Laser\"],\"show\":[\"Admin_Control\",\"ARS_Protective Stops\"]}}",
"payloadType": "json",
"topic": "",
"topicType": "str",
"x": 380,
"y": 3940,
"wires": [
[
"455a8356c04bc3d2",
"07a27db802244f45",
"38548e5ebcdb8faf",
"ad6fb563d335278f"
]
]
},
{
"id": "455a8356c04bc3d2",
"type": "change",
"z": "3377f80e1f360e5f",
"name": "Enable",
"rules": [
{
"t": "set",
"p": "enabled",
"pt": "msg",
"to": "true",
"tot": "bool"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 720,
"y": 3740,
"wires": [
[
"7de330bd20e3d9cb"
]
]
},
{
"id": "2fcb2b9168a1c180",
"type": "change",
"z": "3377f80e1f360e5f",
"name": "Disabled",
"rules": [
{
"t": "set",
"p": "enabled",
"pt": "msg",
"to": "false",
"tot": "bool"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 500,
"y": 3740,
"wires": [
[
"7de330bd20e3d9cb"
]
]
},
{
"id": "07a27db802244f45",
"type": "change",
"z": "3377f80e1f360e5f",
"name": "Disabled",
"rules": [
{
"t": "set",
"p": "enabled",
"pt": "msg",
"to": "false",
"tot": "bool"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 940,
"y": 3760,
"wires": [
[
"5eeb2e2fa662a1f5"
]
]
},
{
"id": "b5068acd97dcb04c",
"type": "change",
"z": "3377f80e1f360e5f",
"name": "Enable",
"rules": [
{
"t": "set",
"p": "enabled",
"pt": "msg",
"to": "true",
"tot": "bool"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 900,
"y": 3860,
"wires": [
[
"5eeb2e2fa662a1f5"
]
]
},
{
"id": "939eeeab9104f730",
"type": "comment",
"z": "3377f80e1f360e5f",
"name": "Station A",
"info": "",
"x": 340,
"y": 3960,
"wires": []
},
{
"id": "38548e5ebcdb8faf",
"type": "ui_ui_control",
"z": "3377f80e1f360e5f",
"name": "",
"events": "all",
"x": 800,
"y": 3980,
"wires": [
[]
]
},
{
"id": "ad6fb563d335278f",
"type": "ui_ui_control",
"z": "3377f80e1f360e5f",
"name": "",
"events": "all",
"x": 680,
"y": 3660,
"wires": [
[]
]
},
{
"id": "7d101395a5edf44f",
"type": "ui_group",
"name": "Group 3",
"tab": "52c8484964ef80aa",
"order": 1,
"disp": true,
"width": 5
},
![UI control|690x162](upload://xYdQXZ3Ui1yhXauJBFPcC8Brkjz.jpeg)
{
"id": "52c8484964ef80aa",
"type": "ui_tab",
"name": "ARS",
"icon": "dashboard",
"order": 31,
"disabled": false,
"hidden": false
}
]