mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 20:46:54 +03:00
Update REST-API.md
This commit is contained in:
@@ -8,6 +8,11 @@ To use it, just append them to the IP, separated with a `/`, eg. `http://192.168
|
|||||||
## Control
|
## Control
|
||||||
* ### flow_start
|
* ### flow_start
|
||||||
Trigger a flow start (if not running)
|
Trigger a flow start (if not running)
|
||||||
|
|
||||||
|
* ### Set Pre Value
|
||||||
|
Set the Previous Value
|
||||||
|
|
||||||
|
`/setPreValue?value=1234&numbers=main` where `1234` is the new value and `main` the name of the number to be adjusted.
|
||||||
|
|
||||||
* ### gpio
|
* ### gpio
|
||||||
Control a GPIO output
|
Control a GPIO output
|
||||||
|
|||||||
Reference in New Issue
Block a user