{
  "adapters": [
    {
      "model": "iTachIP2SL",
      "ip": "[IP_ADDRESS]",
      "uuid": "GlobalCache_[UNIT_MAC_ADDRESS]",
      "ports": [
        {
          "id": "sl_lighting",
          "name": "Room Lighting",
          "settings": {
            "baud_rate": "115200",
            "flow_control": "FLOW_NONE",
            "parity": "PARITY_NO"
          },
          "methods": [
            {
              "id": "intensity",
              "name": "Intensity",
              "command": "\\x07\\x01\\x02\\x52\\x43\\x55%\\x08",
              "params": [
                {
                  "id": "up",
                  "name": "Up",
                  "value": "\\x1D"
                },
                {
                  "id": "down",
                  "name": "Down",
                  "value": "\\x1E"
                }
              ],
              "type": "actions"
            },
            {
              "id": "level",
              "name": "Level",
              "command": "SetLevel%\\x0D",
              "params": [
                {
                  "id": "off",
                  "name": "Off",
                  "value": "0"
                },
                {
                  "id": "25",
                  "name": "25%",
                  "value": ".25"
                },
                {
                  "id": "50",
                  "name": "50%",
                  "value": ".5"
                },
                {
                  "id": "75",
                  "name": "75%",
                  "value": ".75"
                },
                {
                  "id": "100",
                  "name": "Full",
                  "value": "1"
                }
              ],
              "type": "actions"
            }
          ]
        }
      ]
    }
  ],
  "styles": [
    "sl_lighting.main_method=power",
    "sl_lighting.icon=icon_light"
  ],
  "rules": {
    "meeting_started": [
      "sl_lighting.level.75"
    ],
    "meeting_ended": [
      "sl_lighting.level.100"
    ],
    "microphone_muted": [
    ],
    "microphone_unmuted": [
    ],
    "video_started": [
      "sl_lighting.level.25"
    ],
    "video_stopped": [
      "sl_lighting.level.75"
    ]
  }
}

