bug: fix missing message in grpc command.

This commit is contained in:
b-rowan
2024-01-10 22:46:58 -07:00
parent 7ab3d8b54e
commit bb481553fa

View File

@@ -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(