Update README.md

This commit is contained in:
xfarrow 2023-08-28 07:01:11 +00:00 committed by GitHub
parent 4d1de7b653
commit 9a4f7805b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ with this `JSON` body
``` ```
{ {
"method": "login", "method": "login",
"params" : { "params" : {
"hashed" : true, "hashed" : true,
"password" : "MD5_UPPERCASE_HASH_OF_YOUR_TPLINK_ACCOUNT", "password" : "MD5_UPPERCASE_HASH_OF_YOUR_TPLINK_ACCOUNT",
@ -50,7 +50,7 @@ with this `JSON` body
} }
} }
``` ```
You must provide the value `admin` for `username`, and the MD5 hash of your Tp-Link account as the value of `password`. You will get a token named `stok`. You must provide the value `admin` for `username`, and the MD5 hash of your Tp-Link account's password as the value of `password`. You will get a token named `stok`.
## Move the camera's motors ## Move the camera's motors
Create a `POST` request to `https://ip_of_your_camera/stok=(your_stok)/ds` Create a `POST` request to `https://ip_of_your_camera/stok=(your_stok)/ds`