From f789023dcb9b6fab7ed5833fbc8386968b5cb785 Mon Sep 17 00:00:00 2001 From: xfarrow Date: Sun, 17 Sep 2023 22:56:56 +0200 Subject: [PATCH] Update README.md --- secret-apis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secret-apis/README.md b/secret-apis/README.md index 728c05e..1b86f09 100644 --- a/secret-apis/README.md +++ b/secret-apis/README.md @@ -1,5 +1,5 @@ # Secret APIs -Tapo cameras provide undocumented APIs we can use to control the camera (like using its official app). +Tapo cameras provide undocumented APIs we can use to control them (like using its official app). You can download my [Insomnia](https://github.com/Kong/insomnia) API suite [at this link](https://github.com/xfarrow/tapo-camera/blob/main/secret-apis/TapoCameraAPIs.yaml). The suite is not complete yet. I am writing this suite also by giving a look at the code of the awesome project [pytapo](https://github.com/JurajNyiri/pytapo).