Skip to content

Commit 2fff337

Browse files
committed
testing overhaul
1 parent 04d018e commit 2fff337

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,11 @@ Here you can find a description of the states and how to use them. All states of
337337
*Read-only number, which designates the number of wallbox [0..3]. This is only available on systems with configured wallboxes.*
338338

339339
## Changelog
340+
### 1.1.0 (NoBl)
341+
* Updated to current adapter template
342+
* Integrated GitHub Testing and auto npm publishing
343+
* Some other administrative updates
344+
340345
### 1.0.13 (NoBl)
341346
* Added System Description 19 for Senec.Home V3 Hybrid (Credits to noffycws)
342347
* Added Mode Descriptions for 86-91. (Credits to noffycws)

Diff for: io-package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "senec",
4-
"version": "1.0.13",
4+
"version": "1.1.0",
55
"news": {
6+
"1.1.0": {
7+
"en": "(NoBl) Updated to current adapter template, Integrated GitHub Testing and auto npm publishing, Some other administrative updates",
8+
"de": "(NoBl) Aktualisierung auf aktuelles Adaptertemplate, GitHub Testing und auto npm-Publish übernommen, zzgl. administrativer Aenderungen",
9+
"ru": "(NoBl) Обновлено до текущего шаблона адаптера, интегрированного тестирования GitHub и автоматической публикации npm, некоторых других административных обновлений",
10+
"pt": "(NoBl) Atualizado para o modelo do adaptador atual, teste integrado do GitHub e publicação automática de npm, algumas outras atualizações administrativas",
11+
"nl": "(NoBl) Bijgewerkt naar huidig adaptersjabloon, geïntegreerde GitHub-tests en automatische npm-publicatie, enkele andere administratieve updates",
12+
"fr": "(NoBl) Mise à jour du modèle d'adaptateur actuel, test GitHub intégré et publication automatique de npm, quelques autres mises à jour administratives",
13+
"it": "(NoBl) Aggiornato al modello di adattatore corrente, Test GitHub integrato e pubblicazione automatica npm, Alcuni altri aggiornamenti amministrativi",
14+
"es": "(NoBl) Actualizado a la plantilla de adaptador actual, pruebas de GitHub integradas y publicación automática de npm, algunas otras actualizaciones administrativas",
15+
"pl": "(NoBl) Zaktualizowano do aktualnego szablonu adaptera, zintegrowane testowanie GitHub i automatyczne publikowanie npm, kilka innych aktualizacji administracyjnych",
16+
"zh-cn": "(NoBl)已更新为当前的适配器模板,集成的GitHub测试和自动npm发布,其他一些管理更新"
17+
},
618
"1.0.13": {
719
"en": "(NoBl) Added System Description 19 for Senec.Home V3 Hybrid and Added Mode Descriptions for 86-91. (Credits to noffycws)",
820
"de": "(NoBl) Systembeschreibung 19 für Senec.Home V3 Hybrid hinzugefügt und Modusbeschreibungen für 86-91 hinzugefügt. (Dank an noffycws)",

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.senec",
3-
"version": "1.0.13",
3+
"version": "1.1.0",
44
"description": "Senec Home",
55
"author": {
66
"name": "NoBl",

0 commit comments

Comments
 (0)