Skip to content

Commit 79d09e6

Browse files
committed
### 1.2.1 (2020-03-18)
* (bluefox) Changed license from non SPDX conform "GPL-2.0" to "GPL-2.0-or-later"
1 parent ad14abe commit 79d09e6

File tree

3 files changed

+32
-25
lines changed

3 files changed

+32
-25
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ ioBroker adapter to control FS20, Max!, HMS and other devices via [CUL](http://b
2424
```sendTo("cul.0", "send", {"protocol":"FS20", "housecode":"A1B2", "address":"01", "command":"00"});```
2525

2626
This command uses the CUL Library of this adapter to send the command to a FS20 Device.
27+
Javascript/Node.js based Busware CUL USB / culfw adapter
2728

2829
## Changelog
30+
### 1.2.1 (2020-03-18)
31+
* (bluefox) Changed license from non SPDX conform "GPL-2.0" to "GPL-2.0-or-later"
32+
2933
### 1.2.0 (2020-02-10)
3034
* (MK-2001) Sending of FS20 cmdRAW possible or via sendTo as described in the readme
3135
* (Bluefox) Refactoring

io-package.json

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "cul",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"news": {
6+
"1.2.1": {
7+
"en": "Changed license from non SPDX conform \"GPL-2.0\" to \"GPL-2.0-or-later\"",
8+
"de": "Die Lizenz wurde von Nicht-SPDX-konformem \"GPL-2.0\" zu \"GPL-2.0-oder höher\" geändert.",
9+
"ru": "Изменена лицензия с не SPDX, соответствующего «GPL-2.0» на «GPL-2.0 или более поздняя»",
10+
"pt": "Licença alterada de \"GPL-2.0\" não compatível com SPDX para \"GPL-2.0-or-later\"",
11+
"nl": "Licentie gewijzigd van niet-SPDX-conform \"GPL-2.0\" naar \"GPL-2.0-of-later\"",
12+
"fr": "Changement de licence de «GPL-2.0» non conforme SPDX à «GPL-2.0 ou version ultérieure»",
13+
"it": "Licenza modificata da non SPDX conforme \"GPL-2.0\" a \"GPL-2.0-o-successiva\"",
14+
"es": "Se cambió la licencia de no compatible con SPDX \"GPL-2.0\" a \"GPL-2.0-or-later\"",
15+
"pl": "Zmieniono licencję z „GPL-2.0” niezgodnej z SPDX na „GPL-2.0-or-later”",
16+
"zh-cn": "将许可证从不符合SPDX的“ GPL-2.0”更改为“ GPL-2.0或更高版本”"
17+
},
618
"1.2.0": {
719
"en": "Sending of FS20 cmdRAW possible or via sendTo as described in the readme.",
820
"de": "Senden von FS20 cmdRAW möglich oder über sendTo wie in der Readme beschrieben.",
@@ -49,34 +61,25 @@
4961
"it": "Ottimizzazioni per nanoCul, supporto per dispositivi ESA",
5062
"es": "Optimizaciones para nanoCul, Soporte para dispositivos ESA",
5163
"pl": "Optymalizacje dla nanoCul, Obsługa urządzeń ESA"
52-
},
53-
"0.3.0": {
54-
"en": "Upgrade Serialport and cul library",
55-
"de": "Serialport und cul Bibliotheken aktualisiert",
56-
"ru": "Upgrade Serialport and cul library"
57-
},
58-
"0.2.2": {
59-
"en": "use new npm cul module",
60-
"de": "Benutze neues cul npm Modul",
61-
"ru": "Новый npm пакет cul"
62-
},
63-
"0.2.0": {
64-
"en": "Add raw data state",
65-
"de": "Raw Data Zustand hizugefügt",
66-
"ru": "Добавлено состояние для raw данных"
67-
},
68-
"0.1.1": {
69-
"en": "Use newer version of cul module",
70-
"de": "Benutze neue Version von cul Modul",
71-
"ru": "Используется новая версия cul модуля"
7264
}
7365
},
7466
"title": "CUL/culfw",
75-
"desc": "Javascript/Node.js based Busware CUL USB / culfw adapter",
67+
"desc": {
68+
"en": "Javascript/Node.js based Busware CUL USB/culfw adapter",
69+
"de": "Javascript/Node.js basierter Busware CUL USB/Culfw Adapter",
70+
"ru": "Адаптер Busware CUL USB/culfw",
71+
"pt": "Adaptador Bus/CUL USB/culfw baseado em Javascript/Node.js",
72+
"nl": "Op Javascript/Node.js gebaseerde Busware CUL USB/culfw-adapter",
73+
"fr": "Adaptateur USB/culfw Busware CUL basé sur Javascript/Node.js",
74+
"it": "Adattatore Bus/Culfw CUL basato su Javascript/Node.js",
75+
"es": "Adaptador USB/culfw Busware CUL basado en Javascript/Node.js",
76+
"pl": "Adapter Busware CUL USB/culfw oparty na Javascript/Node.js",
77+
"zh-cn": "基于Javascript/Node.js的Busware CUL USB/culfw适配器"
78+
},
7679
"platform": "javascript/Node.js",
7780
"mode": "daemon",
7881
"loglevel": "info",
79-
"license": "GPL-2.0",
82+
"license": "GPL-2.0-or-later",
8083
"enabled": true,
8184
"messagebox": true,
8285
"materialize": true,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "iobroker.cul",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Javascript/Node.js based Busware CUL USB / culfw adapter",
55
"author": "hobbyquaker <hq@ccu.io>",
66
"contributors": [
77
"hobbyquaker <hq@ccu.io>",
88
"bluefox <dogafox@gmail.com>"
99
],
1010
"homepage": "https://github.com/ioBroker/ioBroker.cul",
11-
"license": "GPL-2.0",
11+
"license": "GPL-2.0-or-later",
1212
"keywords": [
1313
"ioBroker",
1414
"cul stick",

0 commit comments

Comments
 (0)