From 9950a17f9501273e9d41a588dbe82140a20996c1 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Tue, 9 Jun 2020 22:20:20 +0200 Subject: [PATCH] chore: update changelog [skip ci] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a61f122e8dd..ef813f5b3e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ --> ## __WORK IN PROGRESS__ +### Bugfixes +* The compat queries for Danfoss thermostats now query setpoint 1 + ### Features * Added support for `Door Lock CC V4` * Added support for `Lock CC` @@ -14,6 +17,7 @@ ### Changes under the hood * Added `driver.waitForCommand` method to expect receipt of a command that matches a given predicate * Added `driver.computeNetCCPayloadSize` method to compute how many payload bytes can be transmitted with a given CC (taking encapsulation into account). +* Added debug logging for `sendNodeToSleep` ## 3.6.4 (2020-06-04) ### Bugfixes