Afficheurs
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"group": "5fe915fcd26e78ae",
|
||||
"name": "",
|
||||
"label": "B0",
|
||||
"order": 3,
|
||||
"order": 1,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"emulateClick": false,
|
||||
@@ -53,7 +53,7 @@
|
||||
"group": "5fe915fcd26e78ae",
|
||||
"name": "",
|
||||
"label": "B1",
|
||||
"order": 4,
|
||||
"order": 2,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"emulateClick": false,
|
||||
@@ -92,7 +92,7 @@
|
||||
"group": "5fe915fcd26e78ae",
|
||||
"name": "",
|
||||
"label": "B2",
|
||||
"order": 5,
|
||||
"order": 3,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"emulateClick": false,
|
||||
@@ -131,7 +131,7 @@
|
||||
"group": "5fe915fcd26e78ae",
|
||||
"name": "",
|
||||
"label": "B3",
|
||||
"order": 6,
|
||||
"order": 4,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"emulateClick": false,
|
||||
@@ -177,7 +177,7 @@
|
||||
"correl": "",
|
||||
"expiry": "",
|
||||
"broker": "5bf949eb0a1b50a7",
|
||||
"x": 1930,
|
||||
"x": 1810,
|
||||
"y": 100,
|
||||
"wires": []
|
||||
},
|
||||
@@ -185,7 +185,7 @@
|
||||
"id": "d12767fc3e33bb20",
|
||||
"type": "ui-button",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"group": "5fe915fcd26e78ae",
|
||||
"group": "02fab8cbf37e2bb7",
|
||||
"name": "",
|
||||
"label": "MARCHE",
|
||||
"order": 1,
|
||||
@@ -202,7 +202,7 @@
|
||||
"payloadType": "str",
|
||||
"topic": "topic",
|
||||
"topicType": "msg",
|
||||
"buttonColor": "",
|
||||
"buttonColor": "green",
|
||||
"textColor": "",
|
||||
"iconColor": "",
|
||||
"enableClick": true,
|
||||
@@ -213,33 +213,13 @@
|
||||
"pointerupPayload": "",
|
||||
"pointerupPayloadType": "str",
|
||||
"x": 700,
|
||||
"y": 500,
|
||||
"y": 560,
|
||||
"wires": [
|
||||
[
|
||||
"3e0c75aae8971dca"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "0ca8f4a10a6048af",
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "format mqtt",
|
||||
"func": "let marche = Number(flow.get(\"marche\") || 0);\nlet arret = Number(flow.get(\"arret\") || 0);\nlet b0 = Number(flow.get(\"b0\") || 0);\nlet b1 = Number(flow.get(\"b1\") || 0);\nlet b2 = Number(flow.get(\"b2\") || 0);\nlet b3 = Number(flow.get(\"b3\") || 0);\nlet b4 = Number(flow.get(\"b4\") || 0);\nlet b5 = Number(flow.get(\"b5\") || 0);\nlet b6 = Number(flow.get(\"b6\") || 0);\nlet b7 = Number(flow.get(\"b7\") || 0);\n\nmsg.payload = {\n \"marche\": marche,\n \"arret\": arret,\n \"b0\": b0,\n \"b1\": b1,\n \"b2\": b2,\n \"b3\": b3,\n \"b4\": b4,\n \"b5\": b5,\n \"b6\": b6,\n \"b7\": b7\n};\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
"initialize": "",
|
||||
"finalize": "",
|
||||
"libs": [],
|
||||
"x": 510,
|
||||
"y": 40,
|
||||
"wires": [
|
||||
[
|
||||
"04e097a5c78127cb"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "a49263451d77f972",
|
||||
"type": "inject",
|
||||
@@ -279,7 +259,7 @@
|
||||
"finalize": "",
|
||||
"libs": [],
|
||||
"x": 870,
|
||||
"y": 500,
|
||||
"y": 560,
|
||||
"wires": [
|
||||
[
|
||||
"bf55b8bf4a7aaf10"
|
||||
@@ -471,7 +451,7 @@
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "s0",
|
||||
"func": "msg.payload = Number(flow.get(\"s0\")) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"func": "msg.payload = Number(msg.payload.s0) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
@@ -491,7 +471,7 @@
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "s1",
|
||||
"func": "msg.payload = Number(flow.get(\"s1\")) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"func": "msg.payload = Number(msg.payload.s1) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
@@ -511,7 +491,7 @@
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "s2",
|
||||
"func": "msg.payload = Number(flow.get(\"s2\")) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"func": "msg.payload = Number(msg.payload.s2) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
@@ -651,7 +631,7 @@
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "s3",
|
||||
"func": "msg.payload = Number(flow.get(\"s3\")) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"func": "msg.payload = Number(msg.payload.s3) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
@@ -671,7 +651,7 @@
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "s4",
|
||||
"func": "msg.payload = Number(flow.get(\"s4\")) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"func": "msg.payload = Number(msg.payload.s4) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
@@ -691,7 +671,7 @@
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "s5",
|
||||
"func": "msg.payload = Number(flow.get(\"s5\")) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"func": "msg.payload = Number(msg.payload.s5) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
@@ -711,7 +691,7 @@
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "s6",
|
||||
"func": "msg.payload = Number(flow.get(\"s6\")) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"func": "msg.payload = Number(msg.payload.s6) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
@@ -731,7 +711,7 @@
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "s7",
|
||||
"func": "msg.payload = Number(flow.get(\"s7\")) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"func": "msg.payload = Number(msg.payload.s7) ? \"🟩\" : \"🟥\";\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
@@ -751,18 +731,18 @@
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "reset",
|
||||
"func": "flow.set(\"marche\", 1);\n\nflow.set(\"b0\", 0);\nflow.set(\"b1\", 0);\nflow.set(\"b2\", 0);\nflow.set(\"b3\", 0);\nflow.set(\"b4\", 0);\nflow.set(\"b5\", 0);\nflow.set(\"b6\", 0);\nflow.set(\"b7\", 0);\n\nflow.set(\"s0\", 0);\nflow.set(\"s1\", 0);\nflow.set(\"s2\", 0);\nflow.set(\"s3\", 0);\nflow.set(\"s4\", 0);\nflow.set(\"s5\", 0);\nflow.set(\"s6\", 0);\nflow.set(\"s7\", 0);\n\nreturn msg;",
|
||||
"func": "flow.set(\"i0\", 0);\nflow.set(\"i1\", 0);\nflow.set(\"i2\", 0);\nflow.set(\"i3\", 0);\nflow.set(\"i4\", 0);\nflow.set(\"i5\", 0);\nflow.set(\"i6\", 0);\nflow.set(\"i7\", 0);\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
"initialize": "",
|
||||
"finalize": "",
|
||||
"libs": [],
|
||||
"x": 310,
|
||||
"x": 850,
|
||||
"y": 40,
|
||||
"wires": [
|
||||
[
|
||||
"0ca8f4a10a6048af"
|
||||
"bf55b8bf4a7aaf10"
|
||||
]
|
||||
]
|
||||
},
|
||||
@@ -773,7 +753,7 @@
|
||||
"group": "5fe915fcd26e78ae",
|
||||
"name": "",
|
||||
"label": "B4",
|
||||
"order": 7,
|
||||
"order": 5,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"emulateClick": false,
|
||||
@@ -812,7 +792,7 @@
|
||||
"group": "5fe915fcd26e78ae",
|
||||
"name": "",
|
||||
"label": "B5",
|
||||
"order": 8,
|
||||
"order": 6,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"emulateClick": false,
|
||||
@@ -851,7 +831,7 @@
|
||||
"group": "5fe915fcd26e78ae",
|
||||
"name": "",
|
||||
"label": "B6",
|
||||
"order": 9,
|
||||
"order": 7,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"emulateClick": false,
|
||||
@@ -890,7 +870,7 @@
|
||||
"group": "5fe915fcd26e78ae",
|
||||
"name": "",
|
||||
"label": "B7",
|
||||
"order": 10,
|
||||
"order": 8,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"emulateClick": false,
|
||||
@@ -1040,7 +1020,7 @@
|
||||
"id": "d64b5ceb51e6356d",
|
||||
"type": "ui-button",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"group": "5fe915fcd26e78ae",
|
||||
"group": "02fab8cbf37e2bb7",
|
||||
"name": "",
|
||||
"label": "ARRET",
|
||||
"order": 2,
|
||||
@@ -1057,7 +1037,7 @@
|
||||
"payloadType": "str",
|
||||
"topic": "topic",
|
||||
"topicType": "msg",
|
||||
"buttonColor": "",
|
||||
"buttonColor": "red",
|
||||
"textColor": "",
|
||||
"iconColor": "",
|
||||
"enableClick": true,
|
||||
@@ -1068,7 +1048,7 @@
|
||||
"pointerupPayload": "",
|
||||
"pointerupPayloadType": "str",
|
||||
"x": 700,
|
||||
"y": 540,
|
||||
"y": 600,
|
||||
"wires": [
|
||||
[
|
||||
"6144c03f7e61ad75"
|
||||
@@ -1100,7 +1080,7 @@
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "format mqtt",
|
||||
"func": "let i0 = Number(flow.get(\"i0\") || 0);\nlet i1 = Number(flow.get(\"i1\") || 0);\nlet i2 = Number(flow.get(\"i2\") || 0);\nlet i3 = Number(flow.get(\"i3\") || 0);\nlet i4 = Number(flow.get(\"i4\") || 0);\nlet i5 = Number(flow.get(\"i5\") || 0);\nlet i6 = Number(flow.get(\"i6\") || 0);\nlet i7 = Number(flow.get(\"i7\") || 0);\n\nif (typeof msg.payload[\"arret\"] === 'undefined') msg.payload[\"arret\"] = 1;\nif (typeof msg.payload[\"marche\"] === 'undefined') msg.payload[\"marche\"] = 0;\n\nif (typeof msg.payload[\"b0\"] === 'undefined') msg.payload[\"b0\"] = 0;\nif (typeof msg.payload[\"b1\"] === 'undefined') msg.payload[\"b1\"] = 0;\nif (typeof msg.payload[\"b2\"] === 'undefined') msg.payload[\"b2\"] = 0;\nif (typeof msg.payload[\"b3\"] === 'undefined') msg.payload[\"b3\"] = 0;\nif (typeof msg.payload[\"b4\"] === 'undefined') msg.payload[\"b4\"] = 0;\nif (typeof msg.payload[\"b5\"] === 'undefined') msg.payload[\"b5\"] = 0;\nif (typeof msg.payload[\"b6\"] === 'undefined') msg.payload[\"b6\"] = 0;\nif (typeof msg.payload[\"b7\"] === 'undefined') msg.payload[\"b7\"] = 0;\n\nmsg.payload[\"i0\"] = i0;\nmsg.payload[\"i1\"] = i1;\nmsg.payload[\"i2\"] = i2;\nmsg.payload[\"i3\"] = i3;\nmsg.payload[\"i4\"] = i4;\nmsg.payload[\"i5\"] = i5;\nmsg.payload[\"i6\"] = i6;\nmsg.payload[\"i7\"] = i7;\n\nreturn msg;",
|
||||
"func": "let i0 = Number(flow.get(\"i0\")) || 0;\nlet i1 = Number(flow.get(\"i1\")) || 0;\nlet i2 = Number(flow.get(\"i2\")) || 0;\nlet i3 = Number(flow.get(\"i3\")) || 0;\nlet i4 = Number(flow.get(\"i4\")) || 0;\nlet i5 = Number(flow.get(\"i5\")) || 0;\nlet i6 = Number(flow.get(\"i6\")) || 0;\nlet i7 = Number(flow.get(\"i7\")) || 0;\n\nif (typeof msg.payload[\"arret\"] === 'undefined') msg.payload[\"arret\"] = 1;\nif (typeof msg.payload[\"marche\"] === 'undefined') msg.payload[\"marche\"] = 0;\n\nif (typeof msg.payload[\"b0\"] === 'undefined') msg.payload[\"b0\"] = 0;\nif (typeof msg.payload[\"b1\"] === 'undefined') msg.payload[\"b1\"] = 0;\nif (typeof msg.payload[\"b2\"] === 'undefined') msg.payload[\"b2\"] = 0;\nif (typeof msg.payload[\"b3\"] === 'undefined') msg.payload[\"b3\"] = 0;\nif (typeof msg.payload[\"b4\"] === 'undefined') msg.payload[\"b4\"] = 0;\nif (typeof msg.payload[\"b5\"] === 'undefined') msg.payload[\"b5\"] = 0;\nif (typeof msg.payload[\"b6\"] === 'undefined') msg.payload[\"b6\"] = 0;\nif (typeof msg.payload[\"b7\"] === 'undefined') msg.payload[\"b7\"] = 0;\n\nmsg.payload[\"i0\"] = i0;\nmsg.payload[\"i1\"] = i1;\nmsg.payload[\"i2\"] = i2;\nmsg.payload[\"i3\"] = i3;\nmsg.payload[\"i4\"] = i4;\nmsg.payload[\"i5\"] = i5;\nmsg.payload[\"i6\"] = i6;\nmsg.payload[\"i7\"] = i7;\n\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
"noerr": 0,
|
||||
@@ -1140,7 +1120,7 @@
|
||||
"id": "057f5330eb0243b5",
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "set i0",
|
||||
"name": "set i1",
|
||||
"func": "flow.set(\"i1\", msg.payload);\nmsg.payload = {};\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
@@ -1194,7 +1174,7 @@
|
||||
"id": "ed8a7b695f241e17",
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "set i0",
|
||||
"name": "set i2",
|
||||
"func": "flow.set(\"i2\", msg.payload);\nmsg.payload = {};\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
@@ -1248,7 +1228,7 @@
|
||||
"id": "f7196bb1c9ad7882",
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "set i0",
|
||||
"name": "set i3",
|
||||
"func": "flow.set(\"i3\", msg.payload);\nmsg.payload = {};\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
@@ -1302,7 +1282,7 @@
|
||||
"id": "a14b6f743fc24f5a",
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "set i0",
|
||||
"name": "set i4",
|
||||
"func": "flow.set(\"i4\", msg.payload);\nmsg.payload = {};\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
@@ -1356,7 +1336,7 @@
|
||||
"id": "3a78dbb26cfb4ced",
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "set i0",
|
||||
"name": "set i5",
|
||||
"func": "flow.set(\"i5\", msg.payload);\nmsg.payload = {};\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
@@ -1410,7 +1390,7 @@
|
||||
"id": "0da4875391d23ba7",
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "set i0",
|
||||
"name": "set i6",
|
||||
"func": "flow.set(\"i6\", msg.payload);\nmsg.payload = {};\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
@@ -1464,7 +1444,7 @@
|
||||
"id": "6343064ecf3d8a64",
|
||||
"type": "function",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"name": "set i0",
|
||||
"name": "set i7",
|
||||
"func": "flow.set(\"i7\", msg.payload);\nmsg.payload = {};\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": 0,
|
||||
@@ -1578,7 +1558,7 @@
|
||||
"finalize": "",
|
||||
"libs": [],
|
||||
"x": 860,
|
||||
"y": 540,
|
||||
"y": 600,
|
||||
"wires": [
|
||||
[
|
||||
"bf55b8bf4a7aaf10"
|
||||
@@ -1602,22 +1582,71 @@
|
||||
"topic": "",
|
||||
"payload": "{\"t\":0}",
|
||||
"payloadType": "json",
|
||||
"x": 1140,
|
||||
"y": 140,
|
||||
"x": 1220,
|
||||
"y": 240,
|
||||
"wires": [
|
||||
[
|
||||
"bf55b8bf4a7aaf10"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "5281ea0425c23135",
|
||||
"type": "ui-slider",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"group": "b1bde11bdd78b9f1",
|
||||
"name": "",
|
||||
"label": "Consigne",
|
||||
"tooltip": "",
|
||||
"order": 2,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"passthru": false,
|
||||
"outs": "all",
|
||||
"topic": "topic",
|
||||
"topicType": "msg",
|
||||
"thumbLabel": "true",
|
||||
"showTicks": "always",
|
||||
"min": 0,
|
||||
"max": "100",
|
||||
"step": "1",
|
||||
"className": "",
|
||||
"iconPrepend": "",
|
||||
"iconAppend": "",
|
||||
"color": "",
|
||||
"colorTrack": "",
|
||||
"colorThumb": "",
|
||||
"showTextField": false,
|
||||
"x": 880,
|
||||
"y": 1440,
|
||||
"wires": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "8c90e91ac1299743",
|
||||
"type": "ui-progress",
|
||||
"z": "41526b8c80d5a5f7",
|
||||
"group": "b1bde11bdd78b9f1",
|
||||
"name": "",
|
||||
"label": "Progress",
|
||||
"order": 1,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"color": "",
|
||||
"className": "",
|
||||
"x": 880,
|
||||
"y": 1500,
|
||||
"wires": []
|
||||
},
|
||||
{
|
||||
"id": "5fe915fcd26e78ae",
|
||||
"type": "ui-group",
|
||||
"name": "Pupitre",
|
||||
"name": "Boutons",
|
||||
"page": "bb436fe040268d40",
|
||||
"width": "2",
|
||||
"height": 1,
|
||||
"order": 1,
|
||||
"order": 2,
|
||||
"showTitle": true,
|
||||
"className": "",
|
||||
"visible": "true",
|
||||
@@ -1655,6 +1684,20 @@
|
||||
"userProps": "",
|
||||
"sessionExpiry": ""
|
||||
},
|
||||
{
|
||||
"id": "02fab8cbf37e2bb7",
|
||||
"type": "ui-group",
|
||||
"name": "Alimentation",
|
||||
"page": "bb436fe040268d40",
|
||||
"width": "2",
|
||||
"height": 1,
|
||||
"order": 1,
|
||||
"showTitle": true,
|
||||
"className": "",
|
||||
"visible": "true",
|
||||
"disabled": "false",
|
||||
"groupType": "default"
|
||||
},
|
||||
{
|
||||
"id": "c3dd11d0778f9e67",
|
||||
"type": "ui-group",
|
||||
@@ -1662,7 +1705,7 @@
|
||||
"page": "bb436fe040268d40",
|
||||
"width": "2",
|
||||
"height": 1,
|
||||
"order": 3,
|
||||
"order": 4,
|
||||
"showTitle": true,
|
||||
"className": "",
|
||||
"visible": "true",
|
||||
@@ -1676,7 +1719,21 @@
|
||||
"page": "bb436fe040268d40",
|
||||
"width": "2",
|
||||
"height": 1,
|
||||
"order": 2,
|
||||
"order": 3,
|
||||
"showTitle": true,
|
||||
"className": "",
|
||||
"visible": "true",
|
||||
"disabled": "false",
|
||||
"groupType": "default"
|
||||
},
|
||||
{
|
||||
"id": "b1bde11bdd78b9f1",
|
||||
"type": "ui-group",
|
||||
"name": "Afficheur",
|
||||
"page": "bb436fe040268d40",
|
||||
"width": 6,
|
||||
"height": 1,
|
||||
"order": 5,
|
||||
"showTitle": true,
|
||||
"className": "",
|
||||
"visible": "true",
|
||||
@@ -1759,7 +1816,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "42905d93d09af6d5",
|
||||
"id": "ca70d5f93a31281c",
|
||||
"type": "global-config",
|
||||
"env": [],
|
||||
"modules": {
|
||||
|
||||
Reference in New Issue
Block a user