Diagnostics and constants¶
diagnostics
¶
Anonymised dump of an account, to attach to bug reports (and HA diagnostics).
const
¶
Protocol constants of the Teleco cloud and of the Daisy box.
BASE_URL_STAGE
module-attribute
¶
BASE_URL_STAGE: Final = (
"https://stage.tmate.telecoautomation.com"
)
MSG_WRONG_CREDENTIALS
module-attribute
¶
MSG_WRONG_CREDENTIALS: Final = "Wrong user name or password"
MSG_REGISTRATION_NOT_CONFIRMED
module-attribute
¶
MSG_REGISTRATION_NOT_CONFIRMED: Final = (
"Request User registration not confirm"
)
Endpoint
¶
Bases: StrEnum
Cloud endpoints (TMateCloudApi). All are JSON POSTs.