From bd9dc8e2faa6c374736bd0ba5c5d8a32fb097f80 Mon Sep 17 00:00:00 2001 From: Slider0007 <115730895+Slider0007@users.noreply.github.com> Date: Sun, 19 Mar 2023 20:46:14 +0100 Subject: [PATCH] typos --- docs/MQTT-API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/MQTT-API.md b/docs/MQTT-API.md index ecd99e5..4ad0d5a 100644 --- a/docs/MQTT-API.md +++ b/docs/MQTT-API.md @@ -69,10 +69,10 @@ The following parameters have to be defined: `MainTopic`/{GPIO topic}, e.g. `watermeter/GPIO/GPIO12` * #### GPIO/GPIO{PinNumber} - Depending on device configuration (`Settings` --> `Configuration` --> Chapter `GPIO`) + Depending on device configuration (`Settings` --> `Configuration` --> section `GPIO`) -## Subscibed topics +## Subscribed topics `MainTopic`/{subscribed topic}, e.g. `watermeter/ctrl/flow_start` ### Control @@ -81,4 +81,4 @@ The following parameters have to be defined: Trigger a flow start by publishing to this topic (any character, length > 0) * #### GPIO/GPIO{PinNumber} - Depending on device configuration (`Settings` --> `Configuration` --> Chapter `GPIO`) + Depending on device configuration (`Settings` --> `Configuration` --> section `GPIO`)