def

point.pointKind

Point value type

parent/child

point

Data point such as a sensor or actuator

pointKind

Point value type

meta

def point.pointKind
doc See above
enum See below
is pointKind
lib phIoT

enum

Bool

model digital points as true/false. Bool points may also define an enum tag for the text to use for the true/false states

Number

model analog points such as temperature or pressure. These points should also include the unit to indicate the point's unit of measurement.

Str

models an enumerated point with a mode such as "Off, Slow, Fast". Enumeraed points should also define an enum tag.

Coord

models a point tracking geolocation coordinates

supertypes

val

Data value type

    scalar

Scalar is an atomic value kind

        str

Unicode string of characters

            pointKind

Point value type