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

HubProvisioningRegistryUpdateInput

homekitSetupCode
String!,non-null
homekitSetupPayload
String!,non-null
dppPayload
String!,non-null
abraPayload
String!,non-null
macAddress
String!,non-null
zigbeeTestResult
String!,non-null
wimeaTestResult
String!,non-null
wifiTestResult
String!,non-null
lteTestResult
String!,non-null
ethernetTestResult
String!,non-null
sanityTestResult
String!,non-null
dynamicLink
String!,non-null
batchNumber
String
productId
String
purchaseOrder
String
productType
imei
String
imsi
String
Sample
{ "homekitSetupCode": "Example String", "homekitSetupPayload": "Example String", "dppPayload": "Example String", "abraPayload": "Example String", "macAddress": "Example String", "zigbeeTestResult": "Example String", "wimeaTestResult": "Example String", "wifiTestResult": "Example String", "lteTestResult": "Example String", "ethernetTestResult": "Example String", "sanityTestResult": "Example String", "dynamicLink": "Example String", "batchNumber": "Example String", "productId": "Example String", "purchaseOrder": "Example String", "productType": "HUB_4G", "imei": "Example String", "imsi": "Example String" }

HubProvisioningManufacturingUpdateInput

serialNumber
String
Sample
{ "serialNumber": "Example String" }

DeviceWaterSensorProvisioningInput

serialNumber
String!,non-null
macAddress
String!,non-null
Sample
{ "serialNumber": "Example String", "macAddress": "Example String" }
nickname
String!,non-null
avatarUrl
String
size
Float
ageOfBuilding
Intdeprecated
Deprecation reason

same as buildingYear

numberOfFloors
Int
numberOfAdults
Int
numberOfChildren
Int
homeType
dwellingUnit
heatingType
ventilation
Boolean
constructionType
buildingYear
Int
Sample
{ "nickname": "Example String", "avatarUrl": "Example String", "size": 40, "ageOfBuilding": 40, "numberOfFloors": 40, "numberOfAdults": 40, "numberOfChildren": 40, "homeType": "APARTMENT", "dwellingUnit": "SDU", "heatingType": "AIR_TO_AIR_HEATPUMP", "cooling": "AC", "ventilation": true, "constructionType": "CONCRETE", "buildingYear": 40 }
latitude
Float!,non-null
longitude
Float!,non-null
Sample
{ "latitude": 40, "longitude": 40 }
country
String!,non-null
city
String!,non-null
street
String!,non-null
postalCode
String!,non-null
streetNumber
String
unitNumber
String
geoLocation
apartmentNumber
String
associationPk
ID
Sample
{ "country": "Example String", "city": "Example String", "street": "Example String", "postalCode": "Example String", "streetNumber": "Example String", "unitNumber": "Example String", "geoLocation": { "__typename": "GeoLocationInput" }, "apartmentNumber": "Example String", "associationPk": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" }
topic
String!,non-null
commandBody
String!,non-null
Sample
{ "topic": "Example String", "commandBody": "Example String" }
locationInfo
homeInfo
Sample
{ "locationInfo": { "__typename": "HomeLocationInput" }, "homeInfo": { "__typename": "HomeInfoInput" } }