OBJECT

TextReadingProperty

link GraphQL Schema definition

type TextReadingProperty 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 text reading property
value: String!

}

link Required by

This element is not required by anyone