def

point.enum

Defines an eumeration of string keys. The range may also be applied to format a Bool ordered as "false,true". The string may be formatted in one of three ways:

  • comma separated keys on one line
  • keys separated by a "\n" newline character
  • markdown unordered list formatted as a series of "- key: description\n"

parent/child

point

Data point such as a sensor or actuator

enum

Defines an eumeration of string keys

meta

supertypes

val

Data value type

    scalar

Scalar is an atomic value kind

        str

Unicode string of characters

            enum

Defines an eumeration of string keys