Skip to content

Commit

Permalink
Merge pull request #207 from micky008/json-routes
Browse files Browse the repository at this point in the history
add all json routes.
  • Loading branch information
blazoncek authored May 10, 2024
2 parents e839417 + 713c239 commit 4b48df9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/interfaces/json-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,3 +568,18 @@ U | Voltage | V
(other strings) | Reserved, let us know if you need a new type added | -

If a client is only interested in certain sensor types (e.g. Temperature), it may disregard all other sensor objects.

### API
there is all routes for JSON API:

- /json/state
- /json/info
- /json/si
- /json/nodes
- /json/eff
- /json/palx
- /json/fxdata
- /json/net
- /json/live // only if flag WLED_ENABLE_JSONLIVE is on
- /json/pal
- /json/cfg

0 comments on commit 4b48df9

Please sign in to comment.