bachya/eufy-security-ws-python

View on GitHub
eufy_security_ws_python/const.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Define package constants."""
import logging

LOGGER = logging.getLogger(__package__)

MAX_SERVER_SCHEMA_VERSION = 1
MIN_SERVER_SCHEMA_VERSION = 0