{
  "pluginAlias": "HomebridgeWiiUPlugin",
  "pluginType": "platform",
  "singular": true,
  "schema": {
    "type": "object",
    "properties": {
      "ip": {
        "title": "IP",
        "type": "string",
        "required": true,
        "default": "192.168.1.195:8572"
      },
      "name": {
        "title": "Name",
        "type": "string",
        "required": true,
        "default": "Wii U"
      }
    }
  }
}
