From ee6c5b18afd8b985b567da27959d1424f904c545 Mon Sep 17 00:00:00 2001 From: sususweet Date: Sun, 2 Nov 2025 00:37:32 +0800 Subject: [PATCH] feat: update central ac control protocol --- custom_components/midea_auto_cloud/core/cloud.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/custom_components/midea_auto_cloud/core/cloud.py b/custom_components/midea_auto_cloud/core/cloud.py index 08e14db..9bb3a8e 100644 --- a/custom_components/midea_auto_cloud/core/cloud.py +++ b/custom_components/midea_auto_cloud/core/cloud.py @@ -361,11 +361,8 @@ class MeijuCloud(MideaCloud): command_data = { "nodeid": nodeid, "acattri_ctrl": { - "aclist": [{ - "nodeid": nodeid, - "modelid": modelid, - "type": idtype - }], + "nodeid": nodeid, + "modelid": modelid, "type": idtype, "aclist_data": nodeid[-2:], "event": control } }