Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The WebUI and camera server communicate entirely via HTTP requests and responses
## URI's
### Http Port
* `/` - Default index
* `/?target=full|simple|portal` - Go direct to specific index
* `/?view=full|simple|portal` - Go direct to specific index
* `/capture` - Return a Jpeg snapshot image
* `/status` - Returns a JSON string with all camera status <key>/<value> pairs listed
* `/control?var=<key>&val=<val>` - Set `<key>` to `<val>`
Expand Down