Skip to content

Commit

Permalink
docs: add calibrate command to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fuatakgun authored Oct 16, 2023
1 parent dfa1f14 commit ec08924
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/api_cmds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+]
Expand Down Expand Up @@ -1277,4 +1289,4 @@ interface {
serialNumber: string;
value: boolean;
}
```
```

0 comments on commit ec08924

Please sign in to comment.