Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Protocol Reference
JSON Schema for the ToggleState action.
{ "type": "object", "properties": { "action": { "const": "toggleState", "default": "toggleState", "type": "string" }, "key": { "description": "State key or dot-path to toggle", "type": "string" } }, "required": [ "action", "key" ] }