iobroker.senec 1.3.7 → 1.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/io-package.json +13 -30
  3. package/package.json +12 -12
package/README.md CHANGED
@@ -370,6 +370,9 @@ This channel contains calculated values. Currently these are day/week/month/year
370
370
  *Read-only number, which designates the number of wallbox [0..3]. This is only available on systems with configured wallboxes.*
371
371
 
372
372
  ## Changelog
373
+ ### 1.3.8 (NoBl)
374
+ * Removed (unnecessary) admin tab
375
+
373
376
  ### 1.3.7 (NoBl, noffycws, git-ZeR0)
374
377
  * Updates to state translations (new values when SENEC turned off appliances)
375
378
  * Added state definitions
package/io-package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "senec",
4
- "version": "1.3.7",
4
+ "version": "1.3.8",
5
5
  "news": {
6
+ "1.3.8": {
7
+ "en": "Removed (unnecessary) admin tab.",
8
+ "de": "(Unnötigen) Admin-Tab entfernt.",
9
+ "ru": "Удаленная (необходимая) админ таб.",
10
+ "pt": "Removido (desnecessário) guia de administração.",
11
+ "nl": "Admin Tab.",
12
+ "fr": "Supprimé (non nécessaire) onglet administrateur.",
13
+ "it": "Rimossa (non necessaria) scheda di amministrazione.",
14
+ "es": "Tapa de administración extraída (innecesaria).",
15
+ "pl": "Przemieniona (nieunikniona) tablica adminowa.",
16
+ "zh-cn": "删除(无必要)专注表。."
17
+ },
6
18
  "1.3.7": {
7
19
  "en": "Updates to state translations (new values when SENEC turned off appliances), Added state definitions, Added high priority datapoints: temperatures, voltages, ... to better monitor safety relevant data",
8
20
  "de": "Aktualisierungen der State Übersetzungen (neue Werte durch die SENEC Problematik), Zustandsdefinitionen hinzugefügt, Datenpunkte mit hoher Priorität ergänzt: Temperaturen, Spannungen, ... um sicherheitsrelevante Daten besser zu überwachen",
@@ -74,18 +86,6 @@
74
86
  "es": "Autarquía sin decimales (de nuevo). Están provocando más actualizaciones de las que realmente necesitamos. Los valores de autarquía ya no se restablecerán a 0 al cambiar el período de tiempo (día, semana, ...). De todos modos, se calculan sobre la base de valores de referencia. Asegurarse de que solo se definan así los valores que el usuario puede cambiar (el atributo cambia en la próxima actualización del valor)",
75
87
  "pl": "Autarkia bez miejsc dziesiętnych (ponownie). Powodują więcej aktualizacji, niż naprawdę potrzebujemy. Wartości autarkii nie będą już resetowane do 0 przy zmianie przedziału czasowego (dzień, tydzień, ...). Są one i tak obliczane na podstawie wartości referencyjnych. Zapewnienie, że tylko wartości, które mają być zmieniane przez użytkownika, są tak zdefiniowane (atrybut zmienia się przy następnej aktualizacji wartości)",
76
88
  "zh-cn": "再次没有小数位的Autarky。它们造成的更新超出了我们的实际需要。 Autarky值将不会在时间范围(天,周,...)更改时重置为0。无论如何,它们都是基于参考值计算的。确保仅定义要由用户更改的值(在值的下一次更新时归因于更改)"
77
- },
78
- "1.3.1": {
79
- "en": "(NoBl) Added calculation of autarky for day/week/month/year",
80
- "de": "(NoBl) Berechnung der Autarkie für Tag / Woche / Monat / Jahr hinzugefügt",
81
- "ru": "(NoBl) Добавлен расчет автаркии на день / неделю / месяц / год",
82
- "pt": "(NoBl) Adicionado cálculo de autarquia para dia / semana / mês / ano",
83
- "nl": "(NoBl) Berekening van autarkie toegevoegd voor dag / week / maand / jaar",
84
- "fr": "(NoBl) Ajout du calcul de l'autarcie pour jour / semaine / mois / année",
85
- "it": "(NoBl) Aggiunto il calcolo dell'autarchia per giorno / settimana / mese / anno",
86
- "es": "(NoBl) Cálculo agregado de autarquía para día / semana / mes / año",
87
- "pl": "(NoBl) Dodano obliczanie autarkii dla dnia / tygodnia / miesiąca / roku",
88
- "zh-cn": "(NoBl)添加了针对日/周/月/年的自给自足计算"
89
89
  }
90
90
  },
91
91
  "docs": {
@@ -132,23 +132,6 @@
132
132
  "compact": true,
133
133
  "materialize": true,
134
134
  "materializeTab": false,
135
- "adminTab": {
136
- "singleton": true,
137
- "name": {
138
- "en": "Senec (JavaScript)",
139
- "de": "Senec (JavaScript)",
140
- "ru": "Senec (JavaScript)",
141
- "pt": "Senec (JavaScript)",
142
- "nl": "Senec (JavaScript)",
143
- "fr": "Senec (JavaScript)",
144
- "it": "Senec (JavaScript)",
145
- "es": "Senec (JavaScript)",
146
- "pl": "Senec (JavaScript)",
147
- "zh-cn": "塞内克 (JavaScript)"
148
- },
149
- "link": "",
150
- "fa-icon": "info"
151
- },
152
135
  "supportCustoms": false,
153
136
  "dependencies": [
154
137
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.senec",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Senec Home",
5
5
  "author": {
6
6
  "name": "NoBl",
@@ -29,19 +29,18 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@alcalzone/release-script": "^3.5.9",
32
+ "@iobroker/adapter-dev": "^1.0.0",
32
33
  "@iobroker/testing": "^3.0.2",
33
34
  "@types/chai": "^4.3.1",
34
- "@types/chai-as-promised": "^7.1.4",
35
- "@types/gulp": "^4.0.9",
35
+ "@types/chai-as-promised": "^7.1.5",
36
36
  "@types/mocha": "^9.1.1",
37
37
  "@types/node": "^17.0.38",
38
38
  "@types/proxyquire": "^1.3.28",
39
- "@types/sinon": "^10.0.6",
39
+ "@types/sinon": "^10.0.11",
40
40
  "@types/sinon-chai": "^3.2.8",
41
41
  "chai": "^4.3.6",
42
42
  "chai-as-promised": "^7.1.1",
43
43
  "eslint": "^8.16.0",
44
- "gulp": "^4.0.2",
45
44
  "mocha": "^10.0.0",
46
45
  "proxyquire": "^2.1.3",
47
46
  "sinon": "^14.0.0",
@@ -60,13 +59,14 @@
60
59
  ],
61
60
  "scripts": {
62
61
  "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
63
- "test:package": "mocha test/package --exit",
64
- "test:unit": "mocha test/unit --exit",
65
- "test:integration": "mocha test/integration --exit",
66
- "test": "npm run test:js && npm run test:package",
67
- "check": "tsc --noEmit -p tsconfig.check.json",
68
- "lint": "eslint",
69
- "release": "release-script"
62
+ "test:package": "mocha test/package --exit",
63
+ "test:unit": "mocha test/unit --exit",
64
+ "test:integration": "mocha test/integration --exit",
65
+ "test": "npm run test:js && npm run test:package",
66
+ "check": "tsc --noEmit -p tsconfig.check.json",
67
+ "lint": "eslint",
68
+ "translate": "translate-adapter",
69
+ "release": "release-script"
70
70
  },
71
71
  "bugs": {
72
72
  "url": "https://github.com/nobl/ioBroker.senec/issues"