diff --git a/pyasic/web/braiins_os/grpc.py b/pyasic/web/braiins_os/grpc.py index 821572e7..3a70196d 100644 --- a/pyasic/web/braiins_os/grpc.py +++ b/pyasic/web/braiins_os/grpc.py @@ -138,7 +138,9 @@ class BOSerGRPCAPI: ) async def get_locate_device_status(self): - return await self.send_command("get_locate_device_status") + return await self.send_command( + "get_locate_device_status", GetLocateDeviceStatusRequest() + ) async def set_password(self, password: str = None): return await self.send_command(