{
  "common": {
    "name": "imow",
    "version": "0.1.2",

    "news": {
      "0.1.2": {
        "en": "Fix login issues",
        "de": "Behebung von Anmeldeproblemen"
      },
      "0.1.0": {
        "en": "Add new imow login",
        "de": "Neue imow-Anmeldung hinzufügt"
      },
      "0.0.2": {
        "en": "initial release",
        "de": "Erstveröffentlichung",
        "ru": "Начальная версия",
        "pt": "lançamento inicial",
        "nl": "Eerste uitgave",
        "fr": "Première version",
        "it": "Versione iniziale",
        "es": "Versión inicial",
        "pl": "Pierwsze wydanie",
        "zh-cn": "首次出版"
      }
    },
    "titleLang": {
      "en": "Stihl Viking iMow",
      "de": "Stihl Viking iMow",
      "ru": "Штиль Викинг iMow",
      "pt": "Stihl Viking iMow",
      "nl": "Stihl Viking iMow",
      "fr": "Stihl Viking iMow",
      "it": "Stihl Viking iMow",
      "es": "Stihl Viking iMow",
      "pl": "Stihl Viking iMow",
      "zh-cn": "斯蒂尔维京 iMow"
    },
    "desc": {
      "en": "Adapter for Stihl Viking iMow",
      "de": "Adapter für Stihl Viking iMow",
      "ru": "Адаптер для Stihl Viking iMow",
      "pt": "Adaptador para Stihl Viking iMow",
      "nl": "Adapter voor Stihl Viking iMow",
      "fr": "Adaptateur pour Stihl Viking iMow",
      "it": "Adattatore per Stihl Viking iMow",
      "es": "Adaptador para Stihl Viking iMow",
      "pl": "Adapter do Stihl Viking iMow",
      "zh-cn": "Stihl Viking iMow 适配器"
    },
    "authors": ["TA2k <tombox2020@gmail.com>"],
    "keywords": ["imow", "stihl", "viking"],
    "license": "MIT",
    "platform": "Javascript/Node.js",
    "main": "main.js",
    "icon": "imow.png",
    "enabled": true,
    "extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.imow/master/admin/imow.png",
    "readme": "https://github.com/TA2k/ioBroker.imow/blob/master/README.md",
    "loglevel": "info",
    "mode": "daemon",
    "type": "garden",
    "compact": true,
    "connectionType": "cloud",
    "dataSource": "poll",
    "materialize": true,
    "adminUI": {
      "config": "json"
    },
    "plugins": {
      "sentry": {
        "dsn": "https://c9bd6c851b1246da95e6e982aa9b88f3@sentry.iobroker.net/152"
      }
    },
    "dependencies": [
      {
        "js-controller": ">=3.2.0"
      }
    ],
    "globalDependencies": [
      {
        "admin": ">=5.2.28"
      }
    ]
  },
  "encryptedNative": ["password"],
  "protectedNative": ["password"],
  "native": {
    "username": "",
    "password": "",
    "interval": 10,
    "type": "imow"
  },
  "objects": [],
  "instanceObjects": [
    {
      "_id": "info",
      "type": "channel",
      "common": {
        "name": "Information"
      },
      "native": {}
    },
    {
      "_id": "info.connection",
      "type": "state",
      "common": {
        "role": "indicator.connected",
        "name": "Device or service connected",
        "type": "boolean",
        "read": true,
        "write": false,
        "def": false
      },
      "native": {}
    }
  ]
}
