From 922e07ac4fc2d6afb96d8809f3304768a030b2f3 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 16 Apr 2025 12:27:09 +0200 Subject: [PATCH] Update MQTT-API.md --- docs/MQTT-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MQTT-API.md b/docs/MQTT-API.md index a58b803..a6fe92e 100644 --- a/docs/MQTT-API.md +++ b/docs/MQTT-API.md @@ -46,7 +46,7 @@ Topic | Description `watermeter/main/changeabsolut` | Difference between the previous and actual read value. `watermeter/main/rate_per_digitization_round` | How much flow was consumed in one minute. `watermeter/main/timestamp` | Timestamp of the last valid reading (equal to timestamp of previous value) -`watermeter/main/Status` | Informs about the last performed step of the watermeter (i.e. `Flow finished`). +`watermeter/main/status` | Informs about the last performed step of the watermeter (i.e. `Flow finished`). `watermeter/main/json` | This is a JSON formatted object containing the following values: `value`, `raw`, `pre`, `error`, `rate`, `timestamp`. ### GPIO