OBJECT

PointReadingProperty

link GraphQL Schema definition

type PointReadingProperty 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

x value of a reading property point
x: Float!

y value of a reading property point
y: Float!

}

link Required by

This element is not required by anyone