Fix Device Status Docked-East

This commit is contained in:
beka makharadze 2025-07-01 11:00:35 +04:00
parent 4b9d34f83b
commit 3c897f4bde

View File

@ -1,14 +1,6 @@
{
"custom": {
"PLC_list": [
"MCM01",
"MCM02",
"MCM03",
"MCM04",
"MCM05",
"MCM06",
"MCM07"
],
"PLC_list": null,
"running_state": -1,
"state": 0,
"views_data": []
@ -441,7 +433,7 @@
},
"transforms": [
{
"fallback": "#000000",
"fallback": "#FFFFFF",
"inputType": "scalar",
"mappings": [
{
@ -473,16 +465,20 @@
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},0)",
"expression": "coalesce({value},{view.params.forceFaultStatus},\"UNKNOWN\")",
"type": "expression"
},
{
"fallback": "FALSE",
"fallback": "UNKNOWN",
"inputType": "scalar",
"mappings": [
{
"input": 1,
"output": "TRUE"
},
{
"input": 0,
"output": "FALSE"
}
],
"outputType": "scalar",
@ -503,12 +499,12 @@
"inputType": "scalar",
"mappings": [
{
"input": "FALSE",
"output": "#FF0000"
"input": "TRUE",
"output": "#47FF47"
},
{
"input": "FALSE",
"output": "#47FF47"
"output": "#FF0000"
}
],
"outputType": "color",