# deviceInvokeCommand

**Type:** GraphQL mutations

## Arguments
- deviceId (ID)
- data (DeviceCommandInput, Not Null): undefined
  - commandId (ID)
  - commandType (DeviceCommand, Not Null): undefined

  - source (CommandSource): undefined

  - triggerMeta (CommandTriggerMeta): undefined

  - evChargingSpeed (DeviceCommandEvChargingSpeedInput): undefined
    - amperage (Int)
  - evCharge (DeviceCommandEvChargeInput): undefined
    - chargingOn (Boolean)
  - turnOn (DeviceCommandTurnOnInput): undefined
    - isOn (Boolean)

## Response
**Type:** DeviceInvokeCommandPayload
**Description:**
undefined

### Fields
- commandId (ID)
- errors (DeviceInvokeCommandError)
