OBJECT

NumericReadingProperty

link GraphQL Schema definition

type NumericReadingProperty implements ReadingProperty {

The device of the reading
device: Device

The name of the property
name: String!

The date when the reading was reported
reportedAt: ISO8601DateTime

The unit of the property
unit: String

Value of a numeric reading property
value: Float!

}

link Required by

This element is not required by anyone