From 49f1397438b62e61b410614b7faaee41df35460b Mon Sep 17 00:00:00 2001 From: Slider0007 <115730895+Slider0007@users.noreply.github.com> Date: Tue, 28 May 2024 11:55:07 +0200 Subject: [PATCH] chore(documentation): Fix REST API / parameter description (#162) --- docs/API/REST/set_fallbackvalue.md | 8 ++++---- .../Parameter/TakeImage/FlashlightGPIOMapping.md | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/API/REST/set_fallbackvalue.md b/docs/API/REST/set_fallbackvalue.md index f342128fc..658edbde2 100644 --- a/docs/API/REST/set_fallbackvalue.md +++ b/docs/API/REST/set_fallbackvalue.md @@ -9,11 +9,11 @@ Set the last valid value (fallback value) to given value or the actual RAW value Payload: 1. Set to given value (value >= 0) - - Example: `/set_fallbackvalue?numbers=main&value=1234.5678` - - `numbers`: Provide name of number sequence, e.g. `main` + - Example: `/set_fallbackvalue?sequence=main&value=1234.5678` + - `sequence`: Provide name of number sequence, e.g. `main` - `value`: provide the value to be set 2. Set to actual RAW value (value < 0, a valid RAW value is mandatory) - - Example: `/set_fallbackvalue?numbers=main&value=-1` - - `numbers`: Provide name of number sequence, e.g. `main` + - Example: `/set_fallbackvalue?sequence=main&value=-1` + - `sequence`: Provide name of number sequence, e.g. `main` - `value`: Provide any negative number diff --git a/docs/Configuration/Parameter/TakeImage/FlashlightGPIOMapping.md b/docs/Configuration/Parameter/TakeImage/FlashlightGPIOMapping.md index 434477261..d9c3b654e 100644 --- a/docs/Configuration/Parameter/TakeImage/FlashlightGPIOMapping.md +++ b/docs/Configuration/Parameter/TakeImage/FlashlightGPIOMapping.md @@ -2,8 +2,9 @@ ## Description -Show flashlight GPIO mapping configuration +Actual flashlight GPIO mapping configuration !!! Note - This is not a parameter. This is only for visualization purpose. + This is not a parameter. This is only for visualization purpose. + Default GPIO mapping can be adapated using GPIO configuration section.