API reference¶
Autogenerated module documentation is produced by sphinx-apidoc on each build.
Start with the modules index, then drill into packages.
Core entry points¶
These modules cover most integration work:
aioafero.v1—AferoBridgeV1and controller registrationaioafero.v1.auth— login, tokens, OTPaioafero.device— rawAferoDeviceparsing and device typingaioafero.errors— exception hierarchyaioafero.types—TemperatureUnit,EventType
Controllers and models¶
aioafero.v1.controllers— device-type controllers (package)aioafero.v1.models— state models and feature types (package)
Utilities¶
aioafero.anonomyize_data— redact device payloads for bug reportsaioafero.util— shared helpers
Note
ClimateController in aioafero.v1.controllers.climate is a base class for
thermostats and portable ACs; it is not registered directly on the bridge.