{
  "common": {
    "name": "asuswrt",
    "version": "1.0.1",
    "news": { 
      "1.0.1": {
        "en": "Add Support for Compact Mode",
        "de": "Compact Mode wird unterstützt"
      },          
      "1.0.0": {
        "en": "SSH-Key File, Polling down to 5s, Remove SIMPLE-SSH, Remove Admin V2 Support",
        "de": "SSH-Key File, Polling mininum auf 5s heruntergesetzt, SIMPLE-SSH Support entfernt, Admin V2 Support entfernt"
      },           
      "0.3.1": {
        "en": "Changed Test Files, no features added",
        "de": "Test Dateien geändert, keine neuen Funktionen hinzugefügt"
      },         
      "0.3.0": {
        "en": "Code Review Changes, when using SSH2 Polling Intervall is lower to now minimum 10s",
        "de": "Code Review Changes, when using SSH2 Polling Intervall is lower to now minimum 10s"
      },         
      "0.2.1": {
        "en": "Update Readme and add missing translations",
        "de": "Update Readme and add missing translations"
      },          
      "0.2.0": {
        "en": "Possibilty to use SSH2 which keeps the SSH Session to the Router alive",
        "de": "Possibilty to use SSH2 which keeps the SSH Session to the Router alive"
      },         
      "0.1.2": {
        "en": "Update wrong dependencies",
        "de": "Update wrong dependencies"
      },          
      "0.1.1": {
        "en": "Update Readme",
        "de": "Update Readme"
      },      
      "0.1.0": {
        "en": "first complete checked and running Version",
        "de": "first complete checked and running Version"
      },
      "0.0.1": {
        "en": "first beta",
        "de": "first beta"
      }
    },
    "title": "ASUSWRT",
    "titleLang": {
      "en": "ASUSWRT",
      "de": "ASUSWRT",
      "ru": "ASUSWRT",
      "pt": "ASUSWRT",
      "nl": "ASUSWRT",
      "fr": "ASUSWRT",
      "it": "ASUSWRT",
      "es": "ASUSWRT",
      "pl": "ASUSWRT"
    },
    "desc": {
      "en": "Find Active Devices in ASUS Routers running ASUSWRT for ioBroker",
      "de": "Finde aktive Geräte in ASUS Routers mit ASUSWRT für ioBroker"
    },
    "authors": [
        "mcdhrts"
    ],
    "license": "MIT",
    "platform": "Javascript/Node.js",
    "mode": "daemon",
    "compact": true,
    "messagebox": true,
		"enabled": true,
    "readme": "https://github.com/mcdhrts/ioBroker.asuswrt/blob/master/README.md",
    "loglevel": "info",
    "restartAdapters": ["asuswrt"],        
    "keywords": ["asus", "asuswrt"],
    "icon": "asuswrt.png",
    "materialize": true,
    "extIcon": "https://raw.githubusercontent.com/mcdhrts/ioBroker.asuswrt/master/admin/asuswrt.png",
    "type": "hardware"
  },
  "native": {
    "asus_ip": "x.x.x.x",
    "asus_user": "admin",
    "asus_pw": "",
    "interval": "15000",
    "active_interval": "180000",
    "ssh_port": "22",
    "keyfile": ""
  },
  "objects": []
}