mutation deviceSetEvCharging( $deviceId: ID! $chargingOn: Boolean! $commandSource: CommandSource ) { deviceSetEvCharging( deviceId: $deviceId chargingOn: $chargingOn commandSource: $commandSource ) { commandId errors { message path } } }
{ "deviceId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "chargingOn": true, "commandSource": "CUSTOMER" }
{ "data": { "commandId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "errors": [ { "message": "Example String", "path": "Example String" } ] } }