# Home

**Type:** GraphQL objects

## Fields
- id (ID)
- locationInfo (HomeLocationInfo): undefined
  - country (String)
  - city (String)
  - postalCode (String)
  - street (String)
  - streetNumber (String)
  - unitNumber (String)
  - geoLocation (GeoLocation)
  - apartmentNumber (String)
  - associationId (ID)
- systemCountry (SystemCountry, Not Null): undefined

- homeInfo (HomeInfo, Not Null): undefined
  - nickname (String)
  - avatarUrl (String)
  - size (Float)
  - ageOfBuilding (Int)
  - numberOfFloors (Int)
  - numberOfAdults (Int)
  - numberOfChildren (Int)
  - homeType (HomeType)
  - dwellingUnit (HomeDwellingUnit)
  - heatingType (HeatingType)
  - cooling (CoolingType)
  - ventilation (Boolean)
  - propertyManagerName (String)
  - constructionType (ConstructionType)
  - buildingYear (Int)
- avatar (Avatar): undefined
  - url (String)
  - urlSmall (String)
  - urlMedium (String)
  - urlLarge (String)
  - uploadUrl (String)
- insuranceInfo (HomeInsuranceInfo): undefined
  - insuranceCompany (InsuranceCompany)
- areas (Area, Not Null): undefined
  - id (ID)
  - areaName (String)
  - areaType (AreaType)
  - size (Float)
  - floor (Int)
  - children (Boolean)
  - devices (Device)
  - accessPolicies (HomeProfileActionAccess)
- devices (Device, Not Null): undefined
  - id (ID)
  - deviceType (DeviceType)
  - name (String)
  - serialNumber (String)
  - imei (String)
  - macAddress (String)
  - ipAddress (String)
  - roomPlacement (String)
  - manufacturer (DeviceManufacturer)
  - deviceTemplate (DeviceTemplate)
  - image (DeviceImage)
  - favorite (Boolean)
  - favoriteChangedAt (String)
  - registeredAt (String)
  - canBeUnregistered (Boolean)
  - firmwareVersion (String)
  - latestFirmware (DeviceFirmware)
  - relayConfiguration (DeviceRelayConfiguration)
  - ioModuleConfiguration (DeviceIoModuleConfiguration)
  - area (Area)
  - traits (Trait)
  - accessPolicy (DeviceAccessPolicy)
- hubs (Hub, Not Null): 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)

