iobroker.openknx 0.2.8 → 0.3.2
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.
- package/LICENSE +5 -0
- package/README.md +537 -447
- package/admin/index_m.html +3 -2
- package/admin/words.js +4 -2
- package/io-package.json +155 -105
- package/lib/knx/src/KnxConstants.js +1 -0
- package/lib/knx/src/KnxProtocol.js +4 -2
- package/lib/knx/src/dptlib/dpt1.js +23 -89
- package/lib/knx/src/dptlib/dpt10.js +7 -6
- package/lib/knx/src/dptlib/dpt14.js +136 -111
- package/lib/knx/src/dptlib/dpt16.js +2 -2
- package/lib/knx/src/dptlib/dpt18.js +11 -0
- package/lib/knx/src/dptlib/dpt7.js +7 -7
- package/lib/knx/src/dptlib/dpt8.js +3 -3
- package/lib/knx/src/dptlib/index.js +10 -16
- package/main.js +217 -127
- package/package.json +94 -96
- package/lib/knx/.gitignore +0 -2
- package/lib/knx/.npmignore +0 -2
- package/lib/knx/package-lock.json +0 -588
- package/lib/knx/typescript-sample/.gitignore +0 -1
- package/lib/knx/typescript-sample/.npmignore +0 -1
package/LICENSE
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
Copyright 2022 contributors to the ioBroker.openknx project
|
|
2
|
+
|
|
1
3
|
GNU GENERAL PUBLIC LICENSE
|
|
2
4
|
Version 3, 29 June 2007
|
|
3
5
|
|
|
@@ -672,3 +674,6 @@ may consider it more useful to permit linking proprietary applications with
|
|
|
672
674
|
the library. If this is what you want to do, use the GNU Lesser General
|
|
673
675
|
Public License instead of this License. But first, please read
|
|
674
676
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|