robovac_get_play_pause
Retrieve the current play or pause state of your Eufy RoboVac to monitor its cleaning status. Optionally force a refresh to ensure up-to-date information.
Instructions
Get the current play/pause state 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"
}