When using strings that look like integers , the "" marks are omitted . Value is 1 , not "1" for string.
Documented here https://forum.futurehome.io/t/best-practice-development/3931/2?u=thomasr
Generated code (FROM MAP) :
"LValue": {
"Value": "1",
"ValueType": "int"
},
"RValue": {
"Value": 1,
"ValueType": "int"
}
or
"LValue": {
"Value": 1,
"ValueType": "string"
},
"RValue": {
"Value": "A01",
"ValueType": "string"
}