blob: 1a921799124654ed5ac28f013c73027b6bae69e5 [file] [log] [blame]
{
"name": "DataConverterOperation",
"key": {
"int": 500,
"string": "dataconverteroperation"
},
"extends": "data_bind/converters/data_converter.json",
"properties": {
"value": {
"type": "double",
"initialValue": "1",
"key": {
"int": 681,
"string": "value"
},
"description": "Number to multiply the input to"
},
"operationType": {
"type": "uint",
"initialValue": "0",
"key": {
"int": 682,
"string": "operationtype"
},
"description": "The operation tu use for the input and value"
}
}
}