Skip to content

Commit

Permalink
fix json_table
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky-ESA committed Mar 3, 2023
1 parent 617fe7a commit 6dd4fa8
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 164 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
304 changes: 140 additions & 164 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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 <github@luckyskills.de>"
],
"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 <github@luckyskills.de>"],
"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": {}
}
]
}

0 comments on commit 6dd4fa8

Please sign in to comment.