{
  "status": {
    "TRAFFIC_HIGH_24G": {
      "Name": "TRAFFIC_HIGH_24G",
      "Description": "Determine if the traffic is high on 2.4GHz band",
      "Definition": "((((TRAFFIC_24G + GUEST_TRAFFIC_24G) / STATMON_INTERVAL) + (REPEATER_TRAFFIC_24G / REPEATER_STATMON_INTERVAL)) >= HIGH_BYTE_RATE_24G) and BAND_5G",
      "Status": true,
      "Value": false,
      "Duration": {
        "True": 0,
        "False": 1801
      }
    },
    "TRAFFIC_LOW_24G": {
      "Name": "TRAFFIC_LOW_24G",
      "Description": "Determine if the traffic is low on 2.4GHz band",
      "Definition": "(LOW_BYTE_RATE_24G >= (((TRAFFIC_24G + GUEST_TRAFFIC_24G) / STATMON_INTERVAL) + (REPEATER_TRAFFIC_24G / REPEATER_STATMON_INTERVAL)) )",
      "Status": true,
      "Value": true,
      "Duration": {
        "True": 0,
        "False": 31
      }
    },
    "TRAFFIC_HIGH_5G": {
      "Name": "TRAFFIC_HIGH_5G",
      "Description": "Determine if the traffic is high on 5GHz band",
      "Definition": "((((TRAFFIC_5G + GUEST_TRAFFIC_5G) / STATMON_INTERVAL) + (REPEATER_TRAFFIC_5G / REPEATER_STATMON_INTERVAL)) >= HIGH_BYTE_RATE_5G) and BAND_5G",
      "Status": true,
      "Value": true,
      "Duration": {
        "True": 0,
        "False": 1801
      }
    },
    "WPS_PAIRING_5G": {
      "Name": "WPS_PAIRING_5G",
      "Description": "Determine whether there is a 5G wps pairing",
      "Definition": "WPS_PAIRING",
      "Status": true,
      "Value": false,
      "Duration": {
        "True": 0,
        "False": 180
      }
    },
    "INTERFERENCE_HIGH_24G": {
      "Name": "INTERFERENCE_HIGH_24G",
      "Description": "Determine whether the interference is too high for 2.4 GHz band usage",
      "Definition": "INTERFERENCE_24G > HIGH_INTERFERENCE_24G",
      "Status": true,
      "Value": false,
      "Duration": {
        "True": 181,
        "False": 1801
      }
    },
    "REPEATER_INTERFERENCE_HIGH_24G": {
      "Name": "REPEATER_INTERFERENCE_HIGH_24G",
      "Description": "Determine whether the repeater interference is too high for 2.4 GHz band usage",
      "Definition": "REPEATER_INTERFERENCE_24G > HIGH_INTERFERENCE_24G",
      "Status": true,
      "Value": false,
      "Duration": {
        "True": 180,
        "False": 180
      }
    }
  }
}
