Update README.md

This commit is contained in:
xfarrow 2023-08-28 14:22:53 +00:00 committed by GitHub
parent df845c6fbc
commit eff7d7b33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -53,23 +53,23 @@ with this `JSON` body
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
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`
with this `JSON` body
```
{
"method": "do",
"motor": {
"movestep": {
"direction": "(direction_value)"
"direction": "direction_value"
}
}
}
```
`direction` can be one of these values
`direction_value` can be one of these values
direction | description
-------|:-----------
0 | It will move horizontally to 0°
----|-----------
0 | It will move horizontally to the position
90 | It will move vertically to the uppermost point
180 | It will move horizontally to 360° (yes)
180 | It will move horizontally to the position 360°
270 | Il will move vertically to the bottommost point