From ec08924286178a5362e3253c8c385716b0494fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fuat=20Akg=C3=BCn?= Date: Mon, 16 Oct 2023 17:59:24 +0200 Subject: [PATCH] docs: add calibrate command to docs --- docs/api_cmds.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/api_cmds.md b/docs/api_cmds.md index a68672a..633de68 100644 --- a/docs/api_cmds.md +++ b/docs/api_cmds.md @@ -784,6 +784,18 @@ interface { } ``` +### Calibrate pan and tilt camera + +[compatible with schema version: 10+] + +```ts +interface { + messageId: string; + command: "device.calibrate"; + serialNumber: string; +} +``` + ### Doorbell quick response [compatible with schema version: 3+] @@ -1277,4 +1289,4 @@ interface { serialNumber: string; value: boolean; } -``` \ No newline at end of file +```