From e5d5f76cb5d895948c707e39fefd9e2c2b7b570b Mon Sep 17 00:00:00 2001 From: fredlcore Date: Tue, 12 Nov 2024 07:58:02 +0800 Subject: [PATCH] Clarification --- docs/EN/homeautomation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EN/homeautomation.md b/docs/EN/homeautomation.md index 0b0582ec..081236e6 100644 --- a/docs/EN/homeautomation.md +++ b/docs/EN/homeautomation.md @@ -109,7 +109,7 @@ This structure is followed by one of these topics that determine the action to b - `/status` - contains the value of the parameter in the MQTT payload. - `/set` - used to set a parameter with the value contained in the published MQTT payload using the SET telegram (default way of setting parameters). - `/inf` - same as `/set`, but uses the INF telegram (used for sending room temperature parameter 10000, for example). -- `/poll` - ignores the published value and forces BSB-LAN to immediately update `/status` of the same parameter with a freshly retrieved parameter value. `/poll` can also be accessed directly below the main topic (e.g. `BSB-LAN/poll`) where it accepts a list of parameters separated by comma. These parameters will then immediately have their respective `/status` topics updated in one go. Addressing parameters can either be done in topic-style or similar to the list of logging parameters in BSB-LAN's settings (see examples below). +- `/poll` - ignores the published value and forces BSB-LAN to immediately update `/status` of the same parameter with a freshly retrieved parameter value. `/poll` can also be accessed directly below the main topic (e.g. `BSB-LAN/poll`) where it accepts a list of parameters separated by comma. These parameters will then immediately have their respective `/status` topics updated in one go. Addressing parameters can either be done in topic-style (with leading slash) or similar to the list of logging parameters in BSB-LAN's settings (see examples below). At the same time, the legacy way of sending URL commands via MQTT directly to the main topic (as defined in the settings, defaulting to `BSB-LAN`), is still supported for compatibility reasons, but deprecated. Responses will always be written to `/status` of the above mentioned topic structure.