From eff7d7b33df82d2ef538c3d861d7653c4cb619c6 Mon Sep 17 00:00:00 2001 From: xfarrow Date: Mon, 28 Aug 2023 14:22:53 +0000 Subject: [PATCH] Update README.md --- secret-apis/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/secret-apis/README.md b/secret-apis/README.md index 109c4f4..0397e06 100644 --- a/secret-apis/README.md +++ b/secret-apis/README.md @@ -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° -90 | It will move vertically to the uppermost point -180 | It will move horizontally to 360° (yes) +----|----------- +0 | It will move horizontally to the position 0° +90 | It will move vertically to the uppermost point +180 | It will move horizontally to the position 360° 270 | Il will move vertically to the bottommost point