From 563550d42cc3e74ca77c374a52ec05b3f767e62d Mon Sep 17 00:00:00 2001 From: lumapu Date: Tue, 11 Apr 2023 22:44:05 +0200 Subject: [PATCH] 0.6.5 * merge PR #861 do not send channel metric if channel is disabled --- src/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CHANGES.md b/src/CHANGES.md index 69de48ff..bfe6eb31 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -4,6 +4,7 @@ * fix #845 MqTT subscription for `ctrl/power/[IV-ID]` was missing * merge PR #876, check JSON settings during read for existance * **NOTE:** incompatible change: renamed `led_high_active` to `act_high`, maybe setting must be changed after update +* merge PR #861 do not send channel metric if channel is disabled ## 0.6.4 - 2023-04-06 * merge PR #846, improved NRF24 communication and MI, thx @beegee3 & @rejoe2