Skip to content
Home
Overview
Overview
Users
Overview
Overview
Fire
Overview
Overview
Water
Overview
Overview
Access
Overview
Overview
Energy
Overview
Overview
Misc
Overview
Overview
Other
Overview
Overview
Overview
Overview
Overview
Overview
Overview
Overview
hubDeviceId
ID!,non-null
hubDeviceManufacturerName
String!,non-null
hubDeviceModel
String!,non-null
hubDeviceMacAddress
String!,non-null
Sample
{ "hubDeviceId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "hubDeviceManufacturerName": "Example String", "hubDeviceModel": "Example String", "hubDeviceMacAddress": "Example String" }
devices
Sample
{ "devices": [ { "__typename": "HubDeviceInput" } ], "errors": [ { "__typename": "HubScanDevicesErrorInput" } ] }
message
String!,non-null
Sample
{ "message": "Example String" }
Sample
{ "errors": [ { "__typename": "HubKeepDevicesFinishedErrorInput" } ] }
message
String!,non-null
Sample
{ "message": "Example String" }
devices
Sample
{ "devices": [ { "__typename": "HubDeviceInput" } ], "errors": [ { "__typename": "HubRegisteredDevicesErrorInput" } ] }
hue
Float
saturation
Float
Sample
{ "hue": 40, "saturation": 40 }
amperage
Int!,non-null
Sample
{ "amperage": 40 }
chargingOn
Boolean!,non-null
Sample
{ "chargingOn": true }
isOn
Boolean!,non-null
Sample
{ "isOn": true }
commandId
ID
commandType
Sample
{ "commandId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "commandType": "EV_CHARGE", "source": "CUSTOMER", "triggerMeta": "OVERRIDE", "evChargingSpeed": { "__typename": "DeviceCommandEvChargingSpeedInput" }, "evCharge": { "__typename": "DeviceCommandEvChargeInput" }, "turnOn": { "__typename": "DeviceCommandTurnOnInput" } }