{
  "version": 1,
  "rules": [
    {
      "id": "a0000003",
      "enabled": false,
      "name": "Radio error lasting 15 seconds",
      "when": {
        "type": "state",
        "field": "radio",
        "op": "eq",
        "val": "error"
      },
      "then": [
        {
          "condition": {
            "src": "state",
            "field": "radio",
            "op": "eq",
            "val": "error"
          },
          "hold_ms": 15000,
          "wait_ms": 30000
        },
        {
          "event": {
            "type": "reminder",
            "title": "Radio error persisted for 15 seconds",
            "text_pos": 0
          }
        }
      ]
    }
  ]
}