From b59e0895d40e85fb7ff454b40ec4ed78ec06d28a Mon Sep 17 00:00:00 2001 From: Aleksandr Prokudin Date: Thu, 26 Jun 2025 16:04:12 +0200 Subject: [PATCH] GPIO API: mention the pulse mode support requirement --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 72781c6e..6b5db2a8 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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**: