from miru_agent_sdk import Miruclient = Miru()response = client.device.sync()print(response.code)
Copy
Ask AI
{ "code": "success", "message": "Device is not connected to the backend", "last_synced_at": "2021-01-01T00:00:00Z", "last_attempted_sync_at": "2021-01-01T00:00:00Z", "in_cooldown": true, "cooldown_ends_at": "2021-01-01T00:00:00Z"}
from miru_agent_sdk import Miruclient = Miru()response = client.device.sync()print(response.code)
Copy
Ask AI
{ "code": "success", "message": "Device is not connected to the backend", "last_synced_at": "2021-01-01T00:00:00Z", "last_attempted_sync_at": "2021-01-01T00:00:00Z", "in_cooldown": true, "cooldown_ends_at": "2021-01-01T00:00:00Z"}
Assistant
Responses are generated using AI and may contain mistakes.