From 4d1beafaf002e8856f3b8eb9979711355a9f4392 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 Sep 2023 20:33:43 +0000 Subject: [PATCH] Deployed 0b33691 with MkDocs version: 1.5.2 --- MQTT-API/index.html | 43 +++++++++++++++------------------------ search/search_index.json | 2 +- sitemap.xml.gz | Bin 679 -> 679 bytes 3 files changed, 17 insertions(+), 28 deletions(-) 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
 
-
    -
  • GPIO/GPIO{PinNumber}

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

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