mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 01:58:47 +01:00
remove dns server and newConn cb
This commit is contained in:
19
README.md
19
README.md
@@ -23,4 +23,21 @@ TBD
|
||||
1. change the NeoPixel settings according to your hardware. The pin needs to be specified as the pin id of your board, e.g. 4 = D2 on a Wemos D1 Mini.
|
||||
1. submit all changes
|
||||
1. hit restart under the System section
|
||||
1. illucat connects to your network and can be reached with http://illucat (or any other configured hostname)
|
||||
1. illucat connects to your network and can be reached with http://illucat (or any other configured hostname)
|
||||
|
||||
## API
|
||||
### WebSocket
|
||||
Endpoint: /pixel
|
||||
#### Topics
|
||||
pixels/color
|
||||
pixels/color2
|
||||
pixels/pattern
|
||||
pixels/totalSteps
|
||||
pixels/brightness
|
||||
|
||||
### REST
|
||||
#### Endpoints
|
||||
POST /pixel/state
|
||||
POST /config
|
||||
|
||||
### Mesh
|
||||
Reference in New Issue
Block a user