remocon
remocon copied to clipboard
Value types are changed from "BOOLEAN" to "STRING"
For keys whose values haven't changed, the valueType is changed from "BOOLEAN" to "STRING".
For example:
from
{
"defaultValue": {
"value": "false"
},
"valueType": "BOOLEAN"
}
to
{
"defaultValue": {
"value": "false"
},
"valueType": "STRING"
}