robovac_get_all_statuses
Retrieve comprehensive status details from Eufy RoboVac in one operation, including cleaning mode, battery level, and schedule. Optionally force a refresh of cached data.
Instructions
Get all status information from the robovac at once
Input Schema
Name | Required | Description | Default |
---|---|---|---|
force | No | Force refresh of cached data |
Input Schema (JSON Schema)
{
"properties": {
"force": {
"default": false,
"description": "Force refresh of cached data",
"type": "boolean"
}
},
"type": "object"
}