# HubSetArmedPayload

**Type:** GraphQL objects

## Fields
- hub (Hub): undefined
  - id (ID)
  - name (String)
  - hubType (HubType)
  - productType (HubProductType)
  - brandName (String)
  - firmwareVersion (String)
  - serialNumber (String)
  - macAddress (String)
  - manufacturerInformation (String)
  - wasWaterSensorTapePreviouslyConnected (Boolean)
  - waterGuard (HubWaterGuard)
  - hubTemplate (HubTemplate)
  - area (Area)
  - devices (Device)
  - repeaters (Hub)
  - traits (Trait)
- command (Command): undefined
  - id (ID)
  - homeId (ID)
  - commandType (CommandType)
  - commandState (CommandState)
  - triggeredAt (String)
  - source (CommandSource)
  - target (CommandTarget)
  - deviceIds (ID)
- errors (HubSetArmedError, Not Null): undefined


