INTERFACE
ReadingProperty
A Reading property.
link GraphQL Schema definition
interface 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
}