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 +```