From f01ea1ce822478d0adb7c9a88c17a90ae4782655 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Sun, 16 Jan 2022 03:47:33 +0300 Subject: [PATCH] docs: log pulse issues --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cb0c9b..10d41dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -146,9 +146,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Support multiple provider types (GPIO, virtual, IO expanders, etc.) - Separate MQTT group subscription and publish topics (per-relay `relayTopicSub#` and `relayTopicPub#` respectively) - Support MQTT wildcards (`#` and `+`) in group subscription topic ([dcc423ec](https://github.com/xoseperez/espurna/commit/dcc423ecaf556082ea7d358b886167f6ad179a21)) -- Remove internal pulse timer limit of 1 hour and 14 minutes, current limit should be around 47 days. -- Support extended time string with a unit suffix 'h' for hours, 'm' for minutes and 's' for seconds; such as, '5h' for 5 hours, '3m' for 3 minutes and '15s' for 15 seconds. For example, '1h35m'. Note that units are interpretted from the largest to the smallest, time string such as '1h2h' will be rejected and treated as 0 seconds instead of 1 hours plus 2 hours. -- Add `pulse