updates to pydase v0.6.0

This commit is contained in:
Mose Mueller
2024-02-01 10:03:08 +01:00
parent 25b896ab3c
commit 8b663bc996
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class RPCInterface:
return self._service.__class__.__name__
async def get_props(self) -> dict[str, Any]:
return self._service.serialize()
return self._service.serialize()["value"]
async def get_param(self, full_access_path: str) -> Any:
"""Returns the value of the parameter given by the full_access_path.