# OngoingProject

**Type:** GraphQL objects

## Fields
- id (ID)
- installerId (ID)
- status (ProjectStatus, Not Null): undefined

- avatar (ImageInfo): undefined
  - url (ImageUrl)
  - uploadUrl (String)
- home (Home, Not Null): undefined
  - id (ID)
  - locationInfo (HomeLocationInfo)
  - systemCountry (SystemCountry)
  - homeInfo (HomeInfo)
  - avatar (Avatar)
  - insuranceInfo (HomeInsuranceInfo)
  - areas (Area)
  - devices (Device)
  - hubs (Hub)
- 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)
- description (ProjectDescription, Not Null): undefined
  - projectNumber (String)
  - orderReferenceNumber (String)
  - buildingTitle (String)

