This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
homeassistant-config/deps/lib/python3.10/site-packages/pytapo/const.py
darthsandmann d1289421b9 updates
2023-02-11 19:37:07 +01:00

12 lines
412 B
Python

ERROR_CODES = {
"-40401": "Invalid stok value",
"-64324": "Privacy mode is ON, not able to execute",
"-64302": "Preset ID not found",
"-64321": "Preset ID was deleted so no longer exists",
"-40106": "Parameter to get/do does not exist",
"-40105": "Method does not exist",
"-40101": "Parameter to set does not exist",
"-40209": "Invalid login credentials",
}
MAX_LOGIN_RETRIES = 2