From 6dd4fa80244689bc81844a2cf6a38800c6413489 Mon Sep 17 00:00:00 2001 From: Lucky-ESA Date: Fri, 3 Mar 2023 12:44:29 +0100 Subject: [PATCH] fix json_table --- README.md | 5 + io-package.json | 304 ++++++++++++++++++++++-------------------------- 2 files changed, 145 insertions(+), 164 deletions(-) diff --git a/README.md b/README.md index a14ef21..a14c492 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ imap to receive your emails Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> + +### **WORK IN PROGRESS** + +- (Lucky-ESA) Fix json_table + ### 0.0.3 (2023-03-03) - (Lucky-ESA) Beta release diff --git a/io-package.json b/io-package.json index a5b24a0..7358ecb 100644 --- a/io-package.json +++ b/io-package.json @@ -1,169 +1,145 @@ { - "common": { - "name": "imap", - "version": "0.0.3", - "news": { - "0.0.3": { - "en": "Beta release", - "de": "Beta Release", - "ru": "Beta релиз", - "pt": "Liberação Beta", - "nl": "Beta vrij", - "fr": "Sortie de Beta", - "it": "Comunicato Beta", - "es": "Beta release", - "pl": "Beta", - "uk": "Бета реліз", - "zh-cn": "B. 释放" - }, - "0.0.5": { - "en": "Beta release", - "de": "Beta Release", - "ru": "Beta релиз", - "pt": "Liberação Beta", - "nl": "Beta vrij", - "fr": "Sortie de Beta", - "it": "Comunicato Beta", - "es": "Beta release", - "pl": "Beta", - "uk": "Бета реліз", - "zh-cn": "B. 释放" - }, - "0.0.2": { - "en": "initial release", - "de": "erstausstrahlung", - "ru": "начальный выпуск", - "pt": "lançamento inicial", - "nl": "niet", - "fr": "initial release", - "it": "rilascio iniziale", - "es": "liberación inicial", - "pl": "pierwsze wydanie", - "uk": "початковий реліз", - "zh-cn": "初步释放" - } - }, - "title": "imap", - "titleLang": { - "en": "imap", - "de": "imap", - "ru": "имап", - "pt": "imap", - "nl": "imap", - "fr": "imap", - "it": "imap", - "es": "imágen", - "pl": "mapa", - "zh-cn": "地图", - "uk": "imap" - }, - "desc": { - "en": "imap to receive your emails", - "de": "IMAP, um Ihre E-Mails zu empfangen", - "ru": "imap для получения ваших писем", - "pt": "imap para receber seus e-mails", - "nl": "imap om je e-mails te ontvangen", - "fr": "imap pour recevoir vos emails", - "it": "imap per ricevere le tue email", - "es": "imap para recibir tus correos", - "pl": "imap, aby otrzymywać e-maile", - "zh-cn": "imap 接收您的电子邮件", - "uk": "imap для отримання ваших електронних листів" - }, - "authors": [ - "Lucky-ESA " - ], - "keywords": [ - "imap", - "mail", - "email", - "receive" - ], - "license": "MIT", - "platform": "Javascript/Node.js", - "main": "main.js", - "icon": "imap.png", - "enabled": true, - "extIcon": "https://raw.githubusercontent.com/Lucky-ESA/ioBroker.imap/master/admin/imap.png", - "readme": "https://github.com/Lucky-ESA/ioBroker.imap/blob/master/README.md", - "loglevel": "info", - "mode": "daemon", - "type": "messaging", - "messagebox": true, - "blockly": true, - "compact": true, - "connectionType": "cloud", - "dataSource": "push", - "adminUI": { - "config": "json" + "common": { + "name": "imap", + "version": "0.0.3", + "news": { + "0.0.3": { + "en": "Beta release", + "de": "Beta Release", + "ru": "Beta релиз", + "pt": "Liberação Beta", + "nl": "Beta vrij", + "fr": "Sortie de Beta", + "it": "Comunicato Beta", + "es": "Beta release", + "pl": "Beta", + "uk": "Бета реліз", + "zh-cn": "B. 释放" + }, + "0.0.2": { + "en": "initial release", + "de": "erstausstrahlung", + "ru": "начальный выпуск", + "pt": "lançamento inicial", + "nl": "niet", + "fr": "initial release", + "it": "rilascio iniziale", + "es": "liberación inicial", + "pl": "pierwsze wydanie", + "uk": "початковий реліз", + "zh-cn": "初步释放" + } + }, + "title": "imap", + "titleLang": { + "en": "imap", + "de": "imap", + "ru": "имап", + "pt": "imap", + "nl": "imap", + "fr": "imap", + "it": "imap", + "es": "imágen", + "pl": "mapa", + "zh-cn": "地图", + "uk": "imap" + }, + "desc": { + "en": "imap to receive your emails", + "de": "IMAP, um Ihre E-Mails zu empfangen", + "ru": "imap для получения ваших писем", + "pt": "imap para receber seus e-mails", + "nl": "imap om je e-mails te ontvangen", + "fr": "imap pour recevoir vos emails", + "it": "imap per ricevere le tue email", + "es": "imap para recibir tus correos", + "pl": "imap, aby otrzymywać e-maile", + "zh-cn": "imap 接收您的电子邮件", + "uk": "imap для отримання ваших електронних листів" + }, + "authors": ["Lucky-ESA "], + "keywords": ["imap", "mail", "email", "receive"], + "license": "MIT", + "platform": "Javascript/Node.js", + "main": "main.js", + "icon": "imap.png", + "enabled": true, + "extIcon": "https://raw.githubusercontent.com/Lucky-ESA/ioBroker.imap/master/admin/imap.png", + "readme": "https://github.com/Lucky-ESA/ioBroker.imap/blob/master/README.md", + "loglevel": "info", + "mode": "daemon", + "type": "messaging", + "messagebox": true, + "blockly": true, + "compact": true, + "connectionType": "cloud", + "dataSource": "push", + "adminUI": { + "config": "json" + }, + "dependencies": [ + { + "js-controller": ">=3.3.22" + } + ], + "globalDependencies": [ + { + "admin": ">=5.1.13" + } + ] }, - "dependencies": [ - { - "js-controller": ">=3.3.22" - } - ], - "globalDependencies": [ - { - "admin": ">=5.1.13" - } - ] - }, - "native": { - "hosts": [], - "icons": [] - }, - "encryptedNative": [ - "password" - ], - "protectedNative": [ - "password" - ], - "objects": [], - "instanceObjects": [ - { - "_id": "info", - "type": "channel", - "common": { - "name": { - "en": "Information", - "de": "Informationen", - "ru": "Информация", - "pt": "Informação", - "nl": "Informatie", - "fr": "Information", - "it": "Informazioni", - "es": "Información", - "pl": "Informacja", - "uk": "Інформація", - "zh-cn": "信息" - } - }, - "native": {} + "native": { + "hosts": [], + "icons": [] }, - { - "_id": "info.connection", - "type": "state", - "common": { - "role": "indicator.connected", - "name": { - "en": "Device or service connected", - "de": "Geräte- oder Serviceanschluss", - "ru": "Устройство или сервис подключены", - "pt": "Dispositivo ou serviço conectado", - "nl": "Device of dienst verbonden", - "fr": "Appareil ou service connecté", - "it": "Dispositivo o servizio collegato", - "es": "Dispositivo o servicio conectado", - "pl": "Urządzenie lub usługa połączona", - "uk": "Пристрої або послуги підключені", - "zh-cn": "证人或有关服务" + "encryptedNative": ["password"], + "protectedNative": ["password"], + "objects": [], + "instanceObjects": [ + { + "_id": "info", + "type": "channel", + "common": { + "name": { + "en": "Information", + "de": "Informationen", + "ru": "Информация", + "pt": "Informação", + "nl": "Informatie", + "fr": "Information", + "it": "Informazioni", + "es": "Información", + "pl": "Informacja", + "uk": "Інформація", + "zh-cn": "信息" + } + }, + "native": {} }, - "type": "boolean", - "read": true, - "write": false, - "def": false - }, - "native": {} - } - ] + { + "_id": "info.connection", + "type": "state", + "common": { + "role": "indicator.connected", + "name": { + "en": "Device or service connected", + "de": "Geräte- oder Serviceanschluss", + "ru": "Устройство или сервис подключены", + "pt": "Dispositivo ou serviço conectado", + "nl": "Device of dienst verbonden", + "fr": "Appareil ou service connecté", + "it": "Dispositivo o servizio collegato", + "es": "Dispositivo o servicio conectado", + "pl": "Urządzenie lub usługa połączona", + "uk": "Пристрої або послуги підключені", + "zh-cn": "证人或有关服务" + }, + "type": "boolean", + "read": true, + "write": false, + "def": false + }, + "native": {} + } + ] }