OBJECT
NumericReadingProperty
link GraphQL Schema definition
type NumericReadingProperty implements ReadingProperty {
The device of the reading
: Device
The name of the property
: String!
The date when the reading was reported
: ISO8601DateTime
The unit of the property
: String
Value of a numeric reading property
: Float!
}
link Required by
This element is not required by anyone