UNPKG

iobroker.openhab

Version:
153 lines (152 loc) 5.97 kB
{ "common": { "name": "openhab", "version": "1.2.0", "news": { "1.2.0": { "en": "Adapter requires node.js >= 18 and js-controller >= 5 now\nDependencies have been updated", "de": "Adapter benötigt node.js >= 18 und js-controller >= 5 jetzt\nAbhängigkeiten wurden aktualisiert", "ru": "Адаптер требует node.js >= 18 и js-контроллер >= 5 сейчас\nЗависимость обновлена", "pt": "Adapter requer node.js >= 18 e js-controller >= 5 agora\nAs dependências foram atualizadas", "nl": "Voor adaptor zijn node.js < 18 en js-controller > Nu 5\nAfhankelijkheden zijn bijgewerkt", "fr": "L'adaptateur nécessite node.js >= 18 et js-controller >= 5 maintenant\nLes dépendances ont été actualisées", "it": "Adattatore richiede node.js >= 18 e js-controller >= 5 ora\nLe dipendenze sono state aggiornate", "es": "Adaptador requiere node.js √≥= 18 y js-controller 5 ahora\nSe han actualizado las dependencias", "pl": "Adapter wymaga node.js > = 18 i kontroler js- > = 5 teraz\nZaktualizowano zależności", "uk": "Адаптер вимагає node.js >= 18 і js-controller >= 5 тепер\nЗалежність було оновлено", "zh-cn": "适配器需要节点.js QQ18和js控制器 QQ 现在5号\n依赖关系已更新" }, "1.1.0": { "en": "First support for the new OpenHAB type definition was added", "de": "Erste Unterstützung für die neue OpenHAB-Typdefinition wurde hinzugefügt", "ru": "Первая поддержка нового определения типа OpenHAB была добавлена", "pt": "Primeiro suporte para a nova definição de tipo OpenHAB foi adicionado", "nl": "Eerste ondersteuning voor de nieuwe OpenHAB-typedefinitie is toegevoegd", "fr": "La première prise en charge de la nouvelle définition de type OpenHAB a été ajoutée.", "it": "È stato aggiunto il primo supporto per la nuova definizione del tipo OpenHAB", "es": "Se agregó el primer soporte para la nueva definición de tipo OpenHAB", "pl": "Dodano pierwsze wsparcie dla nowej definicji typu OpenHAB", "zh-cn": "首次支持新的OpenHAB类型定义" }, "1.0.0": { "en": "New type quantity was added", "de": "Neue Typ quantity wurde hinzugefügt", "ru": "Добавлен новый тип quantity", "pt": "Novo tipo de quantity foi adicionado", "nl": "Nieuwe type quantity is toegevoegd", "fr": "La nouvelle quantity a été ajoutée", "it": "È stata aggiunta una nuova quantity di tipo", "es": "Se agregó nueva quantity de tipo", "pl": "Dodano nową quantity typów" }, "0.3.0": { "en": "Many corrections for types\nSupport of Admin3", "de": "Viele Korrekturen für Typen\nUnterstützung von Admin3", "ru": "Многие исправления для типов\nПоддержка Admin3", "pt": "Muitas correções para tipos\nSuporte do Admin3", "nl": "Veel correcties voor typen\nOndersteuning van Admin3", "fr": "Beaucoup de corrections pour les types\nSupport de Admin3", "it": "Molte correzioni per i tipi\nSupporto di Admin3", "es": "Muchas correcciones para tipos\nSoporte de Admin3", "pl": "Wiele poprawek dla typów\nWsparcie dla Admin3" }, "0.2.1": { "en": "Fix decimal types", "de": "Korrigiere Dezimaltypen", "ru": "исправлена ошибка с числами" } }, "titleLang": { "en": "OpenHAB", "de": "OpenHAB", "ru": "OpenHAB", "pt": "OpenHAB", "nl": "OpenHAB", "fr": "OpenHAB", "it": "OpenHAB", "es": "OpenHAB", "pl": "OpenHAB", "uk": "АКЦІЇ", "zh-cn": "打开HAB" }, "desc": { "en": "Connects ioBroker with OpenHAB", "de": "Verbindet ioBroker mit OpenHAB", "ru": "Соединяет ioBroker с OpenHAB", "pt": "Conecta o ioBroker com o OpenHAB", "nl": "Verbindt ioBroker met OpenHAB", "fr": "Connecte ioBroker à OpenHAB", "it": "Collega ioBroker con OpenHAB", "es": "Conecta ioBroker con OpenHAB", "pl": "Łączy oprogramowanie ioBroker z OpenHAB", "zh-cn": "将ioBroker与OpenHAB连接" }, "licenseInformation": { "license": "MIT", "type": "free" }, "platform": "Javascript/Node.js", "localLink": "%protocol%://%host%:%port%/", "mode": "daemon", "icon": "openhab.png", "enabled": false, "materialize": true, "extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.openhab/master/admin/openhab.png", "keywords": [ "openhab" ], "readme": "https://github.com/iobroker-community-adapters/ioBroker.openhab/blob/master/README.md", "loglevel": "info", "tier": 2, "type": "iot-systems", "authors": [ { "name": "bluefox", "email": "dogafox@gmail.com" } ], "dependencies": [ { "js-controller": ">=5.0.19" } ], "globalDependencies": [ { "admin": ">=6.13.16" } ] }, "native": { "host": "demo.openhab.org", "port": 8080, "protocol": "http", "path": "/rest", "username": "", "password": "", "reconnectTimeout": 30000 }, "objects": [], "instanceObjects": [ { "_id": "info", "type": "channel", "common": { "name": "Information" }, "native": {} }, { "_id": "info.connection", "type": "state", "common": { "role": "indicator.connected", "name": "If connected to openhab server", "type": "boolean", "read": true, "write": false, "def": false }, "native": {} } ] }