Skip to main content

Module point

Module point 

Source
Expand description

Point type inference for BACnet objects. Point type inference for BACnet objects.

Maps BACnet ObjectType to a simplified classification useful for building automation integrations.

Structs§

PointClassification
A simplified classification of a BACnet object.

Enums§

PointDirection
Whether a BACnet point is an input, output, or value.
PointKind
The data kind of a BACnet point.

Functions§

classify_point
Classify a BACnet object type into a simplified point description.