mirror of https://github.com/pikvm/pikvm.git
GPIO API: mention the pulse mode support requirement
This commit is contained in:
parent
169d6886a1
commit
b59e0895d4
|
|
@ -1303,7 +1303,7 @@ $ curl -k -X POST \
|
|||
|
||||
**Route**: `/api/gpio/pulse`
|
||||
|
||||
**Description**: Sends a pulse signal to a GPIO channel (briefly activates then deactivates).
|
||||
**Description**: Sends a pulse signal to a GPIO channel (briefly activates then deactivates). Only works for channels that support the pulse mode.
|
||||
|
||||
**Query parameters**:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue