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§
- Point
Classification - A simplified classification of a BACnet object.
Enums§
- Point
Direction - Whether a BACnet point is an input, output, or value.
- Point
Kind - The data kind of a BACnet point.
Functions§
- classify_
point - Classify a BACnet object type into a simplified point description.