AreaSensorInstallation
Area Sensor Installation
type AreaSensorInstallation {
areaSensor: AreaSensor!
areaSensorId: ID!
created: Date!
floor: Floor!
floorId: ID!
floorLocation: Point!
id: ID!
installedHeightInCm: Float
isActive: Boolean!
name: String
updated: Date!
}
Fields
AreaSensorInstallation.areaSensor ● AreaSensor! non-null object
Area Sensor
AreaSensorInstallation.areaSensorId ● ID! non-null scalar
Area Sensor Id
AreaSensorInstallation.created ● Date! non-null scalar
Created DateTime
AreaSensorInstallation.floor ● Floor! non-null object
Floor
AreaSensorInstallation.floorId ● ID! non-null scalar
Floor Id
AreaSensorInstallation.floorLocation ● Point! non-null scalar
Floor Location
AreaSensorInstallation.id ● ID! non-null scalar
Unique Identifier
AreaSensorInstallation.installedHeightInCm ● Float scalar
Installed Height In Cm
AreaSensorInstallation.isActive ● Boolean! non-null scalar
Is Active
AreaSensorInstallation.name ● String scalar
Name
AreaSensorInstallation.updated ● Date! non-null scalar
Last updated DateTime
Returned By
areaSensorInstallation query ● areaSensorInstallations query
Member Of
Floor object