Skip to content

Commit

Permalink
Slightly better docs on Model API
Browse files Browse the repository at this point in the history
  • Loading branch information
ghormann committed Nov 20, 2024
1 parent 493cc43 commit 998405d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/api/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@
"fppd": true,
"methods": {
"PUT": {
"desc": "Sets the state of the overlay model",
"desc": "Sets the state of the overlay model. (0 = off, 1 = override, 2 = overlay)",
"input": {
"State": 1
},
Expand Down Expand Up @@ -1547,7 +1547,7 @@
"fppd": true,
"methods": {
"PUT": {
"desc": "Displays text on the overlay model",
"desc": "Displays text on the overlay model. Message: the text to display, Postion: Center, L2R, R2L, B2T, T2B. PixelsPerSecond: speed to move text across screen",
"input": {
"Message": "Hello",
"Position": "L2R",
Expand Down

0 comments on commit 998405d

Please sign in to comment.