feat: update central ac control protocol

This commit is contained in:
sususweet
2025-11-02 00:37:32 +08:00
parent 6166ebf4f7
commit ee6c5b18af

View File

@@ -361,11 +361,8 @@ class MeijuCloud(MideaCloud):
command_data = { command_data = {
"nodeid": nodeid, "nodeid": nodeid,
"acattri_ctrl": { "acattri_ctrl": {
"aclist": [{ "nodeid": nodeid,
"nodeid": nodeid, "modelid": modelid, "type": idtype, "aclist_data": nodeid[-2:],
"modelid": modelid,
"type": idtype
}],
"event": control "event": control
} }
} }