robovac_get_work_status
Retrieve the current work status of your Eufy RoboVac, with an optional parameter to force a refresh of cached data for real-time accuracy.
Instructions
Get the current work status of the robovac
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"
}