chore: download_plugin issue in msmartapp.

This commit is contained in:
sususweet
2026-02-07 14:46:39 +08:00
parent 0fedc10342
commit 8e160c53f7

View File

@@ -748,6 +748,18 @@ class MSmartHomeCloud(MideaCloud):
await fp.write(stream)
return fnm
async def download_plugin(
self, path: str,
appliance_code: str,
smart_product_id: str,
device_type: int,
sn: str,
sn8: str,
model_number: str | None,
manufacturer_code: str = "0000",
):
return
async def send_cloud(self, appliance_code: int, data: bytearray):
appliance_code = str(appliance_code)
params = {