fix send_config for ePIC

This commit is contained in:
John-Paul Compagnone
2024-01-27 10:50:37 -05:00
parent a52737e236
commit 3c7679a22d
3 changed files with 7 additions and 14 deletions

View File

@@ -51,7 +51,7 @@ class ePICWebAPI(BaseWebAPI):
f"http://{self.ip}:{self.port}/{command}",
timeout=5,
json={
**parameters,
"param": parameters["parameters"],
"password": self.pwd,
},
)