From 7a29a3190eb480712c81430106c17b91b9481c7d Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 3 Sep 2021 19:40:59 +0200 Subject: [PATCH] Minor example correction --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index c54c504..8e0be09 100644 --- a/API.md +++ b/API.md @@ -96,7 +96,7 @@ reboot - Reboots the camera * `http:///control?var=lamp&val=50` * `http:///control?var=lamp&val=0` * Set resolution to VGA - * `http:///control?var=framesize&val=6` + * `http:///control?var=framesize&val=8` * Show camera details and settings * All settings are returned via single `status` call in [JSON](https://www.json.org/) format. * `http:///status`