SAT9/.resources/27f9e112656215c5e81d106a2a8abc36bcb1a3b35105dc11b3446ebe8b984bf0
2025-05-01 00:04:09 -07:00

55 lines
1.1 KiB
Plaintext

{
"custom": {},
"params": {},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "32px"
},
"props": {
"style": {
"fontFamily": "Arial",
"fontSize": 22,
"fontWeight": "bold",
"textAlign": "center"
},
"text": "TEMPERATURE"
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Table"
},
"position": {
"basis": "400px"
},
"propConfig": {
"props.data": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "direct",
"tagPath": "[IEC_SCADA_TAG_PROVIDER]Temperature/temperature_monitoring"
},
"type": "tag"
}
}
},
"type": "ia.display.table"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}