{
  "adapters": [
    {
      "model": "iTachIP2CC",
      "ip": "[IP ADDRESS]",
      "uuid": "GlobalCache_[UNIT_MAC_ADDRESS]",
      "ports": [
        {
          "id": "cc_light",
          "name": "Light",
          "position": 1
        },
        {
          "id": "cc_projector",
          "name": "Projector",
          "position": 2
        }
      ]
    }
  ],
  "styles": [
    "cc_light.icon=icon_light"
  ],
  "rules": {
    "meeting_started": [],
    "meeting_ended": [],
    "microphone_muted": [],
    "microphone_unmuted": [],
    "video_started": [
      "cc_light.power.on"
    ],
    "video_stoped": [
      "cc_light.power.off"
    ]
  }
}