def

pointKind

Point value type

meta

def pointKind
doc See above
enum See below
is str
lib phIoT
tagOn point

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