forked from Apollon77/ioBroker.homeconnect
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
944 additions
and
1,358 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module.exports = { | ||
semi: true, | ||
trailingComma: 'all', | ||
singleQuote: true, | ||
printWidth: 120, | ||
useTabs: false, | ||
tabWidth: 2, | ||
endOfLine: 'lf', | ||
semi: true, | ||
trailingComma: 'all', | ||
singleQuote: true, | ||
printWidth: 120, | ||
useTabs: false, | ||
tabWidth: 2, | ||
endOfLine: 'lf', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,54 @@ | ||
/*global systemDictionary:true */ | ||
"use strict"; | ||
/* eslint-disable */ | ||
|
||
'use strict'; | ||
|
||
systemDictionary = { | ||
"porsche adapter settings": { | ||
"en": "Adapter settings for porsche", | ||
"de": "Adaptereinstellungen für porsche", | ||
"ru": "Настройки адаптера для porsche", | ||
"pt": "Configurações do adaptador para porsche", | ||
"nl": "Adapterinstellingen voor porsche", | ||
"fr": "Paramètres d'adaptateur pour porsche", | ||
"it": "Impostazioni dell'adattatore per porsche", | ||
"es": "Ajustes del adaptador para porsche", | ||
"pl": "Ustawienia adaptera dla porsche", | ||
"zh-cn": "porsche的适配器设置" | ||
}, | ||
"App Email": { | ||
en: "App Email", | ||
de: "App-E-Mail", | ||
ru: "Электронная почта приложения", | ||
pt: "Email do aplicativo", | ||
nl: "App-e-mail", | ||
fr: "Courriel de l'application", | ||
it: "E-mail dell'app", | ||
es: "Correo electrónico de la aplicación", | ||
pl: "E-mail aplikacji", | ||
"zh-cn": "应用电子邮件", | ||
}, | ||
"App Password": { | ||
en: "App Password", | ||
de: "App-Passwort", | ||
ru: "Пароль приложения", | ||
pt: "Senha de app", | ||
nl: "App-wachtwoord", | ||
fr: "Mot de passe de l'application", | ||
it: "Password dell'app", | ||
es: "Contraseña de la aplicación", | ||
pl: "Hasło do aplikacji", | ||
"zh-cn": "应用密码", | ||
}, | ||
"Update interval (in minutes)": { | ||
en: "Update interval (in minutes)", | ||
de: "Aktualisierungsintervall (in Minuten)", | ||
ru: "Интервал обновления (в минутах)", | ||
pt: "Intervalo de atualização (em minutos)", | ||
nl: "Update-interval (in minuten)", | ||
fr: "Intervalle de mise à jour (en minutes)", | ||
it: "Intervallo di aggiornamento (in minuti)", | ||
es: "Intervalo de actualización (en minutos)", | ||
pl: "Interwał aktualizacji (w minutach)", | ||
"zh-cn": "更新间隔(分钟)", | ||
}, | ||
}; | ||
'porsche adapter settings': { | ||
en: 'Adapter settings for porsche', | ||
de: 'Adaptereinstellungen für porsche', | ||
ru: 'Настройки адаптера для porsche', | ||
pt: 'Configurações do adaptador para porsche', | ||
nl: 'Adapterinstellingen voor porsche', | ||
fr: "Paramètres d'adaptateur pour porsche", | ||
it: "Impostazioni dell'adattatore per porsche", | ||
es: 'Ajustes del adaptador para porsche', | ||
pl: 'Ustawienia adaptera dla porsche', | ||
'zh-cn': 'porsche的适配器设置', | ||
}, | ||
'App Email': { | ||
en: 'App Email', | ||
de: 'App-E-Mail', | ||
ru: 'Электронная почта приложения', | ||
pt: 'Email do aplicativo', | ||
nl: 'App-e-mail', | ||
fr: "Courriel de l'application", | ||
it: "E-mail dell'app", | ||
es: 'Correo electrónico de la aplicación', | ||
pl: 'E-mail aplikacji', | ||
'zh-cn': '应用电子邮件', | ||
}, | ||
'App Password': { | ||
en: 'App Password', | ||
de: 'App-Passwort', | ||
ru: 'Пароль приложения', | ||
pt: 'Senha de app', | ||
nl: 'App-wachtwoord', | ||
fr: "Mot de passe de l'application", | ||
it: "Password dell'app", | ||
es: 'Contraseña de la aplicación', | ||
pl: 'Hasło do aplikacji', | ||
'zh-cn': '应用密码', | ||
}, | ||
'Update interval (in minutes)': { | ||
en: 'Update interval (in minutes)', | ||
de: 'Aktualisierungsintervall (in Minuten)', | ||
ru: 'Интервал обновления (в минутах)', | ||
pt: 'Intervalo de atualização (em minutos)', | ||
nl: 'Update-interval (in minuten)', | ||
fr: 'Intervalle de mise à jour (en minutes)', | ||
it: 'Intervallo di aggiornamento (in minuti)', | ||
es: 'Intervalo de actualización (en minutos)', | ||
pl: 'Interwał aktualizacji (w minutach)', | ||
'zh-cn': '更新间隔(分钟)', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
const globals = require('globals'); | ||
const js = require('@eslint/js'); | ||
|
||
const { | ||
FlatCompat, | ||
} = require('@eslint/eslintrc'); | ||
|
||
const compat = new FlatCompat({ | ||
baseDirectory: __dirname, | ||
recommendedConfig: js.configs.recommended, | ||
allConfig: js.configs.all | ||
}); | ||
|
||
module.exports = [{ | ||
ignores: ['**/.eslintrc.js'], | ||
}, ...compat.extends('eslint:recommended'), { | ||
plugins: {}, | ||
|
||
languageOptions: { | ||
globals: { | ||
...globals.node, | ||
...globals.mocha, | ||
}, | ||
|
||
ecmaVersion: 2018, | ||
sourceType: 'commonjs', | ||
}, | ||
|
||
rules: { | ||
indent: ['error', 2, { | ||
SwitchCase: 1, | ||
}], | ||
|
||
'no-console': 'off', | ||
'no-var': 'error', | ||
'no-trailing-spaces': 'error', | ||
'prefer-const': 'error', | ||
|
||
quotes: ['error', 'single', { | ||
avoidEscape: true, | ||
allowTemplateLiterals: true, | ||
}], | ||
|
||
semi: ['error', 'always'], | ||
}, | ||
}]; |
Oops, something went wrong.