From 28b42f797c458ce8fec7182e0a086aac1b8d63af Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 27 Oct 2019 23:01:29 +0100 Subject: [PATCH] `publish_always` option. https://github.com/proddy/EMS-ESP/issues/224 --- CHANGELOG.md | 2 ++ src/custom.htm | 15 +++++++++++++++ src/custom.js | 14 ++++++++++++++ src/ems-esp.cpp | 25 +++++++++++++++++++++++++ src/version.h | 2 +- tools/wsemulator/wserver.js | 1 + 6 files changed, 58 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05747c618..dbc38ac26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added `publish_always` forcing MQTT topics to be always sent regardless if the data hasn't changed + ### Fixed ### Changed diff --git a/src/custom.htm b/src/custom.htm index d7ca2187c..e97ed54e6 100644 --- a/src/custom.htm +++ b/src/custom.htm @@ -122,6 +122,21 @@
+
+ + +
+ + +
+
+
+
+