OBJECT
PointReadingProperty
link GraphQL Schema definition
type PointReadingProperty 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
x value of a reading property point
: Float!
y value of a reading property point
: Float!
}
link Required by
This element is not required by anyone