flow: refresh IP on accessing streaming tabs
This commit is contained in:
parent
8e43977ed7
commit
9a12b365bc
|
@ -584,6 +584,7 @@
|
||||||
"clientid": "Client_node",
|
"clientid": "Client_node",
|
||||||
"usetls": false,
|
"usetls": false,
|
||||||
"compatmode": false,
|
"compatmode": false,
|
||||||
|
"protocolVersion": 4,
|
||||||
"keepalive": "60",
|
"keepalive": "60",
|
||||||
"cleansession": true,
|
"cleansession": true,
|
||||||
"birthTopic": "",
|
"birthTopic": "",
|
||||||
|
@ -5196,20 +5197,20 @@
|
||||||
"id": "63b885ac.46f384",
|
"id": "63b885ac.46f384",
|
||||||
"type": "switch",
|
"type": "switch",
|
||||||
"z": "f21ba04.c26266",
|
"z": "f21ba04.c26266",
|
||||||
"name": "ifWifi",
|
"name": "Check",
|
||||||
"property": "name",
|
"property": "name",
|
||||||
"propertyType": "msg",
|
"propertyType": "msg",
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"t": "eq",
|
"t": "eq",
|
||||||
"v": "Wifi",
|
"v": "name in [\"Wifi\", \"Optic Configuration\", \"Fluidic Acquisition\"]",
|
||||||
"vt": "str"
|
"vt": "jsonata"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"checkall": "true",
|
"checkall": "true",
|
||||||
"repair": false,
|
"repair": false,
|
||||||
"outputs": 1,
|
"outputs": 1,
|
||||||
"x": 271,
|
"x": 270,
|
||||||
"y": 80,
|
"y": 80,
|
||||||
"wires": [
|
"wires": [
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue