Update MQTT-API.md

Hint, that set_prevalue is currently unavailable.
This commit is contained in:
hagenuck1
2023-04-20 20:56:06 +02:00
committed by GitHub
parent d04cd986e3
commit fe353b9d0d

View File

@@ -66,7 +66,7 @@ Topic | Description
+ Payload:
- any character, length > 0
* #### ctrl/set_prevalue
* #### ctrl/set_prevalue (Be aware: This feature is NOT available for versions 15.1.1 and older)
Set the last valid value (previous value) to given value or the actual RAW value. Payload needs to be provided in JSON notation.
+ Payload:
- Set to given value (value >= 0): `{"numbersname": "main", "value": 12345.67890}`