mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-02-18 09:08:49 +01:00
updates to pydase v0.6.0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user