Merge pull request #11640 from ArtemDzhereleiko/AD/fix/vertical-ball-valve
Fixed behavior for vertical ball value SCADA
This commit is contained in:
commit
a472603b40
@ -93,7 +93,7 @@
|
|||||||
},
|
},
|
||||||
"valueToData": {
|
"valueToData": {
|
||||||
"type": "CONSTANT",
|
"type": "CONSTANT",
|
||||||
"constantValue": false,
|
"constantValue": true,
|
||||||
"valueToDataFunction": "/* Convert input boolean value to RPC parameters or attribute/time-series value */\nreturn value;"
|
"valueToDataFunction": "/* Convert input boolean value to RPC parameters or attribute/time-series value */\nreturn value;"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -127,7 +127,7 @@
|
|||||||
},
|
},
|
||||||
"valueToData": {
|
"valueToData": {
|
||||||
"type": "CONSTANT",
|
"type": "CONSTANT",
|
||||||
"constantValue": true,
|
"constantValue": false,
|
||||||
"valueToDataFunction": "/* Convert input boolean value to RPC parameters or attribute/time-series value */\nreturn value;"
|
"valueToDataFunction": "/* Convert input boolean value to RPC parameters or attribute/time-series value */\nreturn value;"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Loading…
x
Reference in New Issue
Block a user