Skip to main content
Flip a boolean state variable. No server round-trip.
{
  "type": "object",
  "properties": {
    "action": {
      "const": "toggleState",
      "default": "toggleState",
      "type": "string"
    },
    "key": {
      "description": "State key to toggle",
      "type": "string"
    }
  },
  "required": [
    "action",
    "key"
  ]
}