Update docs, add upload target to makefile.
This commit is contained in:
parent
0f54743fa2
commit
fcbf9a046a
3 changed files with 15 additions and 9 deletions
|
@ -41,12 +41,10 @@ only be high for a short time. 1 is for latched mode; the pin will stay high unt
|
|||
|
||||
|
||||
## Webhook data
|
||||
The webhook should always return a page in the following format:
|
||||
The webhook should always return a page in the following (JSON-compatible) format:
|
||||
|
||||
```
|
||||
index_0 state_0
|
||||
index_1 state_1
|
||||
...
|
||||
[state_0, state_1, ...]
|
||||
```
|
||||
|
||||
Where index and state are both integers. If you are expecting momentary input, you should return the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue