INTERFACE

ReadingProperty

A Reading property.

link GraphQL Schema definition

interface 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

}