Update MQTT-API.md

This commit is contained in:
CaCO3
2023-09-16 22:19:43 +02:00
committed by GitHub
parent ecb274afca
commit 43793c2fbb

View File

@@ -66,7 +66,9 @@ Topic | Description
+ Payload: + Payload:
- any character, length > 0 - any character, length > 0
* #### ctrl/set_prevalue (Be aware: This feature is NOT available for versions 15.1.1 and older) * #### ctrl/set_prevalue
This feature is available since version [15.2.0](https://github.com/jomjol/AI-on-the-edge-device/releases/tag/v15.2.0)!
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:
- Set to given value (value >= 0): `{"numbersname": "main", "value": 12345.67890}` - Set to given value (value >= 0): `{"numbersname": "main", "value": 12345.67890}`