Skip to content

Commit

Permalink
Merge pull request #206 from freakintoddles2/main
Browse files Browse the repository at this point in the history
Docs update for new api command
  • Loading branch information
blazoncek authored May 4, 2024
2 parents bf615fb + 2d9990f commit 19db292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/interfaces/http-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ It is highly recommended to use the [JSON API](/interfaces/json-api) when dealin
&IT | none | Include UI color theme in API response | 0.8.2
&RD= | 0 or 1 | Toggle realtime UDP | 0.8.4
&LO= | 0-2 | Live data override. 0 is off, 1 is override until live data ends, 2 is override until ESP reboot | 0.10.2
&NP | none | Advance to the next preset in a playlist | 0.15

## XML response

Expand Down
1 change: 1 addition & 0 deletions docs/interfaces/json-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ playlist | object | [Custom preset playlists](#playlists). Not included in state
tb | uint32 | Sets timebase for effects. Not reported.
ledmap | 0 to 9 | Load specified ledmap (0 for `ledmap.json`, 1-9 for `ledmap1.json` to `ledmap9.json`). [See mapping](/advanced/mapping/). Not included in state response. _(available since 0.14.0)_
rmcpal | bool | Remove last custom palette if set to `true`. Not included in state response. _(available since 0.14.0)_
np | bool | Advance to the next preset in a playlist if set to `true`. Not included in state response. _(available since 0.15)_

#### Contents of the segment object

Expand Down

0 comments on commit 19db292

Please sign in to comment.