From bb481553fabf1faf3fcc4a3aadb3efb1a7aaed95 Mon Sep 17 00:00:00 2001 From: b-rowan Date: Wed, 10 Jan 2024 22:46:58 -0700 Subject: [PATCH] bug: fix missing message in grpc command. --- pyasic/web/braiins_os/grpc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(