This commit is contained in:
Slider0007
2023-03-31 10:26:45 +02:00
committed by GitHub
parent bafffaa578
commit 15b5f6e514

View File

@@ -80,22 +80,21 @@ The following parameters have to be defined:
* #### ctrl/flow_start * #### ctrl/flow_start
Trigger a flow start by publishing to this topic Trigger a flow start by publishing to this topic
Payload: + Payload:
1. any character, length > 0 - any character
- length > 0
* #### ctrl/set_prevalue * #### ctrl/set_prevalue
Set the last valid value (previous value) to given value or the actual RAW value. Payload needs to be provided in JSON notation. Set the last valid value (previous value) to given value or the actual RAW value. Payload needs to be provided in JSON notation.
Payload: + Payload:
1. Set to given value (value >= 0): `{"numbersname": "main", "value": 12345.67890}` - Set to given value (value >= 0): `{"numbersname": "main", "value": 12345.67890}`
* "numbersname": Provide name of number sequence, e.g. `"main"`
* "value": provide the value to be set
-> "numbersname": Provide name of number sequence, e.g. `"main"` - Set to actual RAW value (value < 0, a valid RAW value is mandatory): `{"numbersname": "main", "value": -1}`
-> "value": provide the value to be set * "numbersname": Provide name of number sequence, e.g. `"main"`
* "value": Provide any negative number
2. Set to actual RAW value (value < 0, a valid RAW value is mandatory): `{"numbersname": "main", "value": -1}`
-> "numbersname": Provide name of number sequence, e.g. `"main"`
-> "value": Provide any negative number
* #### GPIO/GPIO{PinNumber} * #### GPIO/GPIO{PinNumber}
Depending on device configuration (`Settings` --> `Configuration` --> section `GPIO`) Depending on device configuration (`Settings` --> `Configuration` --> section `GPIO`)