diff --git a/MQTT-API/index.html b/MQTT-API/index.html index 03de62d..58233e2 100644 --- a/MQTT-API/index.html +++ b/MQTT-API/index.html @@ -323,42 +323,31 @@

GPIO

MainTopic/{GPIO topic}, e.g. watermeter/GPIO/GPIO12

- +

Depending on device configuration (Settings --> Configuration --> section GPIO)

Subscribed topics

MainTopic/{subscribed topic}, e.g. watermeter/ctrl/flow_start

Control

- -

!!! Note - This feature is available since version 15.2.0!

+
+

Note

+

This feature is available since version 15.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. - + Payload: - - 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

-
   - 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
+  + Payload:
+      - 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

+
  - 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
 
- +

Depending on device configuration (Settings --> Configuration --> section GPIO)