{
    "common": {
        "name": "ping-plus",
        "version": "0.0.1",
        "news": {
            "0.0.1": {
                "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",
                "uk": "Початкова версія",
                "zh-cn": "首次出版"
            }
        },
        "title": "Ping (+)",
        "titleLang": {
            "en": "Ping (+)",
            "de": "Ping (+)",
            "ru": "Пинг (+)",
            "pt": "Pingar (+)",
            "nl": "Pingen (+)",
            "fr": "Ping (+)",
            "it": "Segnale (+)",
            "es": "Hacer silbido (+)",
            "pl": "Sygnał (+)",
            "uk": "Пінг (+)",
            "zh-cn": "平 (+)"
        },
        "desc": {
            "en": "Ping and WOL support for ioBroker",
            "de": "Ping- und WOL-Unterstützung für ioBroker",
            "ru": "Поддержка Ping и WOL для ioBroker",
            "pt": "Suporte Ping e WOL para ioBroker",
            "nl": "Ping- en WOL-ondersteuning voor ioBroker",
            "fr": "Prise en charge de Ping et WOL pour ioBroker",
            "it": "Supporto ping e WOL per ioBroker",
            "es": "Soporte de ping y WOL para ioBroker",
            "pl": "Obsługa Ping i WOL dla ioBroker",
            "uk": "Підтримка Ping і WOL для ioBroker",
            "zh-cn": "ioBroker 的 Ping 和 WOL 支持"
        },
        "authors": ["mcm1957 <mcm57@gmx.at>"],
        "keywords": ["ping", "wol", "network"],
        "license": "MIT",
        "platform": "Javascript/Node.js",
        "main": "main.js",
        "icon": "ping-plus.png",
        "enabled": true,
        "extIcon": "https://raw.githubusercontent.com/mcm1957/ioBroker.ping-plus/main/admin/ping-plus.png",
        "readme": "https://github.com/mcm1957/ioBroker.ping-plus/blob/main/README.md",
        "loglevel": "info",
        "tier": 3,
        "mode": "daemon",
        "type": "network",
        "compact": true,
        "connectionType": "local",
        "dataSource": "poll",
        "adminUI": {
            "config": "json"
        },
        "dependencies": [
            {
                "js-controller": ">=3.3.22"
            }
        ],
        "globalDependencies": [
            {
                "admin": ">=5.1.13"
            }
        ]
    },
    "native": {
        "option1": true,
        "option2": "42"
    },
    "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": {}
        }
    ]
}
