We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cb6a7 commit 4af249bCopy full SHA for 4af249b
README.rst
@@ -215,7 +215,7 @@ Example Usage
215
async def main() -> None:
216
async with aiohttp.ClientSession() as client:
217
# You can authenticate with username/password
218
- cloud_api = DeyeCloudApi(client, "18976602834", "jsq2627_tf2")
+ cloud_api = DeyeCloudApi(client, "<phone_number>", "<password>")
219
await cloud_api.authenticate()
220
221
# Get the list of devices
0 commit comments