# CommandUpdatePayload

**Type:** GraphQL objects

## Fields
- homeId (ID)
- commandId (ID)
- command (Command, Not Null): undefined
  - id (ID)
  - homeId (ID)
  - commandType (CommandType)
  - commandState (CommandState)
  - triggeredAt (String)
  - source (CommandSource)
  - target (CommandTarget)
  - deviceIds (ID)

