Class SetChannelValueRequest


public class SetChannelValueRequest extends JsonrpcRequest
Sets the write value of a Channel.
 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "method": "setChannelValue",
   "params": {
     "componentId": string,
     "channelId": string,
     "value": any
   }
 }