mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 01:58:47 +01:00
change default config, print softap ip
This commit is contained in:
23
README.md
23
README.md
@@ -7,10 +7,9 @@ Endpoint: /pixel
|
||||
|
||||
Fields:
|
||||
|Field|Type|Description|
|
||||
| ------------- |-------------| -----|
|
||||
| topic | String | $1600 |
|
||||
| col 2 is | centered | $12 |
|
||||
| zebra stripes | are neat | $1 |
|
||||
| --- |---| ---|
|
||||
| topic | String | Defines which functionality is executed, usually to set a value or activate a pattern |
|
||||
| payload | String | data to be set |
|
||||
|
||||
Example:
|
||||
``` json
|
||||
@@ -19,16 +18,14 @@ Example:
|
||||
"payload": "13505813"
|
||||
}
|
||||
```
|
||||
#### Message Formate
|
||||
- topic
|
||||
- payload
|
||||
|
||||
#### Topics
|
||||
pixels/color
|
||||
pixels/color2
|
||||
pixels/pattern
|
||||
pixels/totalSteps
|
||||
pixels/brightness
|
||||
| Topic | Data |
|
||||
| ----- | ---- |
|
||||
| pixels/color | |
|
||||
| pixels/color2 | |
|
||||
| pixels/pattern | |
|
||||
| pixels/totalSteps | |
|
||||
| pixels/brightness | |
|
||||
|
||||
### REST
|
||||
#### Endpoints
|
||||
|
||||
Reference in New Issue
Block a user