Skip to content

Commit

Permalink
REST_API.md: Add REST API fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Jan 6, 2024
1 parent baa34a7 commit 1b79ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/REST_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This output is often used to add to your bug report, so the developers can see y
  Turns backlight on (1) or off (0) for the duration of the backlighttimer.

```
curl -X POST http://ipaddress/settings?backlight=0
curl -X POST http://ipaddress/settings?backlight=0
```

* mode
Expand Down

0 comments on commit 1b79ed9

Please sign in to comment.