JSON_DataBlockCtrl

JSON message about operation parameters of data block

{
  "DataBlockCtrl": {
    "addressOfBlock": ,
/*required, integer, block address*/
    "command":"",
/*required, string, control commands: "add, minus, copy, paste"*/
    "value":,
/*depend, integer, relative value to be changed, this field is value only when the command is set to "add" or "minus"*/
  }
}