From c7522230b28594bb99ea200ac08dae89405e936e Mon Sep 17 00:00:00 2001 From: gaosen <0x5e@sina.cn> Date: Sat, 13 Jan 2024 17:12:56 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cba657..f279972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ - Fix crash when camera sends an invalid status message. - Fix incorrect Door and Window Controller state. (#178) - Fix Thermostat cold mode not working (#242). +- Order temp before get the min and max for IRAirConditionerAccessory. (#433) Thanks @tuliocll for the contribution +- Fix enerage usage not updated after homebridge restart. (#268) ### Changed