iobroker.ebus 3.2.4 → 3.2.6

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 (47) hide show
  1. package/.eslintrc.json +34 -34
  2. package/.releaseconfig.json +3 -0
  3. package/LICENSE +20 -20
  4. package/README.md +147 -130
  5. package/admin/index_m.html +419 -419
  6. package/admin/style.css +18 -18
  7. package/admin/words.js +27 -27
  8. package/io-package.json +218 -192
  9. package/lib/support_tools.js +370 -370
  10. package/lib/tools.js +99 -99
  11. package/main.js +1232 -1232
  12. package/package.json +13 -11
  13. package/widgets/ebus/lib/js/flot/jquery.canvaswrapper.js +549 -549
  14. package/widgets/ebus/lib/js/flot/jquery.colorhelpers.js +199 -199
  15. package/widgets/ebus/lib/js/flot/jquery.flot.axislabels.js +212 -212
  16. package/widgets/ebus/lib/js/flot/jquery.flot.browser.js +98 -98
  17. package/widgets/ebus/lib/js/flot/jquery.flot.categories.js +202 -202
  18. package/widgets/ebus/lib/js/flot/jquery.flot.composeImages.js +330 -330
  19. package/widgets/ebus/lib/js/flot/jquery.flot.crosshair.js +202 -202
  20. package/widgets/ebus/lib/js/flot/jquery.flot.drawSeries.js +662 -662
  21. package/widgets/ebus/lib/js/flot/jquery.flot.errorbars.js +375 -375
  22. package/widgets/ebus/lib/js/flot/jquery.flot.fillbetween.js +254 -254
  23. package/widgets/ebus/lib/js/flot/jquery.flot.flatdata.js +47 -47
  24. package/widgets/ebus/lib/js/flot/jquery.flot.hover.js +361 -361
  25. package/widgets/ebus/lib/js/flot/jquery.flot.image.js +249 -249
  26. package/widgets/ebus/lib/js/flot/jquery.flot.js +2953 -2953
  27. package/widgets/ebus/lib/js/flot/jquery.flot.legend.js +437 -437
  28. package/widgets/ebus/lib/js/flot/jquery.flot.logaxis.js +298 -298
  29. package/widgets/ebus/lib/js/flot/jquery.flot.navigate.js +834 -834
  30. package/widgets/ebus/lib/js/flot/jquery.flot.pie.js +794 -794
  31. package/widgets/ebus/lib/js/flot/jquery.flot.resize.js +60 -60
  32. package/widgets/ebus/lib/js/flot/jquery.flot.saturated.js +43 -43
  33. package/widgets/ebus/lib/js/flot/jquery.flot.selection.js +527 -527
  34. package/widgets/ebus/lib/js/flot/jquery.flot.stack.js +220 -220
  35. package/widgets/ebus/lib/js/flot/jquery.flot.symbol.js +98 -98
  36. package/widgets/ebus/lib/js/flot/jquery.flot.threshold.js +143 -143
  37. package/widgets/ebus/lib/js/flot/jquery.flot.time.js +586 -586
  38. package/widgets/ebus/lib/js/flot/jquery.flot.touch.js +320 -320
  39. package/widgets/ebus/lib/js/flot/jquery.flot.touchNavigate.js +360 -360
  40. package/widgets/ebus/lib/js/flot/jquery.flot.uiConstants.js +10 -10
  41. package/widgets/ebus/lib/js/flot/jquery.js +9473 -9473
  42. package/widgets/ebus/lib/js/lib/globalize.culture.en-US.js +33 -33
  43. package/widgets/ebus/lib/js/lib/globalize.js +1601 -1601
  44. package/widgets/ebus/lib/js/lib/jquery.event.drag.js +145 -145
  45. package/widgets/ebus/lib/js/lib/jquery.mousewheel.js +86 -86
  46. package/widgets/ebus.html +2395 -2395
  47. package/readme.txt +0 -297
package/.eslintrc.json CHANGED
@@ -1,35 +1,35 @@
1
- {
2
- "env": {
3
- "es6": true,
4
- "node": true,
5
- "mocha": true
6
- },
7
- "extends": "eslint:recommended",
8
- "rules": {
9
- "indent": [
10
- "error",
11
- 4,
12
- {
13
- "SwitchCase": 1
14
- }
15
- ],
16
- "no-console": "off",
17
- "no-var": "error",
18
- "prefer-const": "error",
19
- "quotes": [
20
- "error",
21
- "double",
22
- {
23
- "avoidEscape": true,
24
- "allowTemplateLiterals": true
25
- }
26
- ],
27
- "semi": [
28
- "error",
29
- "always"
30
- ]
31
- },
32
- "parserOptions": {
33
- "ecmaVersion": 2018
34
- }
1
+ {
2
+ "env": {
3
+ "es6": true,
4
+ "node": true,
5
+ "mocha": true
6
+ },
7
+ "extends": "eslint:recommended",
8
+ "rules": {
9
+ "indent": [
10
+ "error",
11
+ 4,
12
+ {
13
+ "SwitchCase": 1
14
+ }
15
+ ],
16
+ "no-console": "off",
17
+ "no-var": "error",
18
+ "prefer-const": "error",
19
+ "quotes": [
20
+ "error",
21
+ "double",
22
+ {
23
+ "avoidEscape": true,
24
+ "allowTemplateLiterals": true
25
+ }
26
+ ],
27
+ "semi": [
28
+ "error",
29
+ "always"
30
+ ]
31
+ },
32
+ "parserOptions": {
33
+ "ecmaVersion": 2018
34
+ }
35
35
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "plugins": [ "iobroker", "license" ]
3
+ }
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2017-2023 rg-engineering info@rg-engineering.eu
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1
+ MIT License
2
+
3
+ Copyright (c) 2017-2024 René G. <info@rg-engineering.eu>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
package/README.md CHANGED
@@ -1,200 +1,217 @@
1
- ![Logo](admin/ebus.png)
2
- # ioBroker.ebus
3
-
4
- ![Number of Installations](http://iobroker.live/badges/ebus-installed.svg) ![Number of Installations](http://iobroker.live/badges/ebus-stable.svg)
5
- [![Downloads](https://img.shields.io/npm/dm/iobroker.ebus.svg)](https://www.npmjs.com/package/iobroker.ebus)
6
- [![NPM version](http://img.shields.io/npm/v/iobroker.ebus.svg)](https://www.npmjs.com/package/iobroker.ebus)
7
-
8
- [![Known Vulnerabilities](https://snyk.io/test/github/rg-engineering/ioBroker.ebus/badge.svg)](https://snyk.io/test/github/rg-engineering/ioBroker.ebus)
9
- ![GitHub Actions](https://github.com/rg-engineering/ioBroker.ebus/workflows/Test%20and%20Release/badge.svg)
10
-
11
- [![NPM](https://nodei.co/npm/iobroker.ebus.png?downloads=true)](https://nodei.co/npm/iobroker.ebus/)
12
-
13
-
14
- **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.**
15
- For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
16
-
17
-
18
- **If you like it, please consider a donation:**
19
-
20
- [![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=34ESBMJ932QZC)
21
-
22
-
23
- This adapter reads
24
- - data from ebusd using html
25
- In this case ebusd must run and must be able to send data to e.g. explorer via http://IP:port/data (http://192.168.0.123:8889/data)
26
- Current version of ebusd incl. configuration files can be copied from https://github.com/john30/ebusd
27
- All fields with data, lastup and from global section are parsed. All others are ignored at the moment.
28
-
29
- There is a possibillity to poll data which are not polled by ebusd directly. Command 'read -f' is used to force reading over ebus.
30
-
31
- Another feature is to send any command to ebusd and receive answer to work with e.g. scripts.
32
-
33
- current supported ebusd-version: 23.2
34
-
35
- **Attention** with ebusd - version 22.1 config path has been changed to http://cfg.ebusd.eu/. Make sure you change it in your installation of ebusd.
36
- details see in [changelog](https://github.com/john30/ebusd/blob/master/ChangeLog.md)
37
-
38
-
39
- ## how to send commands to ebusd
40
- 1. write a single command or an command list on datapoint ebus.0.cmd
41
- If you want to use more then one command, use , to separate single commands.
42
- example:
43
- read -f YieldTotal,read LegioProtectionEnabled,read -f -c broadcast outsidetemp
44
-
45
- 2. when command is executed you will receive results per command in datapoint ebus.0.cmdResult
46
- The result is also comma-separeted
47
- example:
48
- 2000, ERR: element not found, 10.5
49
-
50
- Attention: command in datapoint ebus.0.cmd is deleted after executing of command!
51
-
52
-
53
- ## known issues
54
- * please create issues at [github](https://github.com/rg-engineering/ioBroker.ebus/issues) if you find bugs or whish new features
55
-
56
- ## Changelog
57
-
58
- <!--
59
- Placeholder for the next version (at the beginning of the line):
60
- ### **WORK IN PROGRESS**
1
+ ![Logo](admin/ebus.png)
2
+ # ioBroker.ebus
3
+
4
+ ![Number of Installations](http://iobroker.live/badges/ebus-installed.svg) ![Number of Installations](http://iobroker.live/badges/ebus-stable.svg)
5
+ [![Downloads](https://img.shields.io/npm/dm/iobroker.ebus.svg)](https://www.npmjs.com/package/iobroker.ebus)
6
+ [![NPM version](http://img.shields.io/npm/v/iobroker.ebus.svg)](https://www.npmjs.com/package/iobroker.ebus)
7
+
8
+ [![Known Vulnerabilities](https://snyk.io/test/github/rg-engineering/ioBroker.ebus/badge.svg)](https://snyk.io/test/github/rg-engineering/ioBroker.ebus)
9
+ ![GitHub Actions](https://github.com/rg-engineering/ioBroker.ebus/workflows/Test%20and%20Release/badge.svg)
10
+
11
+ [![NPM](https://nodei.co/npm/iobroker.ebus.png?downloads=true)](https://nodei.co/npm/iobroker.ebus/)
12
+
13
+ ![node-lts](https://img.shields.io/node/v-lts/iobroker.ebus?style=flat-square)
14
+ ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/iobroker.ebus?label=npm%20dependencies&style=flat-square)
15
+
16
+
17
+ ![GitHub](https://img.shields.io/github/license/rg-engineering/ioBroker.ebus?style=flat-square)
18
+ ![GitHub repo size](https://img.shields.io/github/repo-size/rg-engineering/ioBroker.ebus?logo=github&style=flat-square)
19
+ ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/rg-engineering/ioBroker.ebus?logo=github&style=flat-square)
20
+ ![GitHub last commit](https://img.shields.io/github/last-commit/rg-engineering/ioBroker.ebus?logo=github&style=flat-square)
21
+ ![GitHub issues](https://img.shields.io/github/issues/rg-engineering/ioBroker.ebus?logo=github&style=flat-square)
22
+
23
+
24
+ **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.**
25
+ For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
26
+
27
+
28
+ **If you like it, please consider a donation:**
29
+
30
+ [![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=34ESBMJ932QZC)
31
+
32
+
33
+ This adapter reads
34
+ - data from ebusd using html
35
+ In this case ebusd must run and must be able to send data to e.g. explorer via http://IP:port/data (http://192.168.0.123:8889/data)
36
+ Current version of ebusd incl. configuration files can be copied from https://github.com/john30/ebusd
37
+ All fields with data, lastup and from global section are parsed. All others are ignored at the moment.
38
+
39
+ There is a possibillity to poll data which are not polled by ebusd directly. Command 'read -f' is used to force reading over ebus.
40
+
41
+ Another feature is to send any command to ebusd and receive answer to work with e.g. scripts.
42
+
43
+ current supported ebusd-version: 23.2
44
+
45
+ **Attention** with ebusd - version 22.1 config path has been changed to http://cfg.ebusd.eu/. Make sure you change it in your installation of ebusd.
46
+ details see in [changelog](https://github.com/john30/ebusd/blob/master/ChangeLog.md)
47
+
48
+
49
+ ## how to send commands to ebusd
50
+ 1. write a single command or an command list on datapoint ebus.0.cmd
51
+ If you want to use more then one command, use , to separate single commands.
52
+ example:
53
+ read -f YieldTotal,read LegioProtectionEnabled,read -f -c broadcast outsidetemp
54
+
55
+ 2. when command is executed you will receive results per command in datapoint ebus.0.cmdResult
56
+ The result is also comma-separeted
57
+ example:
58
+ 2000, ERR: element not found, 10.5
59
+
60
+ Attention: command in datapoint ebus.0.cmd is deleted after executing of command!
61
+
62
+
63
+ ## known issues
64
+ * please create issues at [github](https://github.com/rg-engineering/ioBroker.ebus/issues) if you find bugs or whish new features
65
+
66
+ ## Changelog
67
+
68
+ <!--
69
+ Placeholder for the next version (at the beginning of the line):
70
+ ### **WORK IN PROGRESS**
61
71
  -->
62
- ### 3.2.4 (2023-11-19)
72
+ ### 3.2.6 (2024-02-11)
73
+ * (René) see issue #245: support ebusd 23.3
74
+ * (René) fixes reported by eslint
75
+
76
+ ### 3.2.5 (2024-01-12)
77
+ * (René) dependencies updated
78
+
79
+ ### 3.2.4 (2023-11-19)
63
80
  * (René) revert back to flat 5.x
64
81
 
65
- ### 3.2.3 (2023-11-18)
66
- * (René) dependencies updated
82
+ ### 3.2.3 (2023-11-18)
83
+ * (René) dependencies updated
67
84
  * (René) fix sentry reported exceptions
68
85
 
69
- ### 3.2.2 (2023-07-30)
86
+ ### 3.2.2 (2023-07-30)
70
87
  * (René) dependencies updated
71
88
 
72
- ### 3.2.1 (2023-04-07)
89
+ ### 3.2.1 (2023-04-07)
73
90
  * (René) dependencies updated
74
91
 
75
- ### 3.2.0 (2023-02-11)
76
- * (René) **Attention** polled variables must be set as active in admin now
77
- * (René) search available variables per circuit added in admin
92
+ ### 3.2.0 (2023-02-11)
93
+ * (René) **Attention** polled variables must be set as active in admin now
94
+ * (René) search available variables per circuit added in admin
78
95
  * (René) DP "find" added to force read of all existing datapoints (Attention: might take a while) and update name in data point tree
79
96
 
80
- ### 3.1.1 (2023-01-31)
81
- * (René) support ebusd 23.1
97
+ ### 3.1.1 (2023-01-31)
98
+ * (René) support ebusd 23.1
82
99
  * (René) see issue #77: make sure that only one data request is running at the same time
83
100
 
84
- ### 3.1.0 (2022-12-01)
85
- * (René) support ebusd 22.4
86
- * (René) see issue #77: Update data point when read-cmd is used
101
+ ### 3.1.0 (2022-12-01)
102
+ * (René) support ebusd 22.4
103
+ * (René) see issue #77: Update data point when read-cmd is used
87
104
  * (René) see issue #78: remove CR, LF in answer from ebusd for DP ebus.0.cmdResult
88
105
 
89
- ### 3.0.7 (2022-08-20)
106
+ ### 3.0.7 (2022-08-20)
90
107
  * (René) support ebusd 22.3
91
108
 
92
- ### 3.0.6 (2022-08-19)
109
+ ### 3.0.6 (2022-08-19)
93
110
  * (René) bug fix in tooltip in wizard
94
111
 
95
- ### 3.0.4 (2022-08-18)
96
- * (René) tooltip in wizard added
97
- * (René) flot and dependencies updated
98
- * (René) errors from ebusd are shown as warning here in adapter, details schould be checked in logs of ebusd
99
- * (René) bug fix in widget: if less data available x axes grid point were not shown
112
+ ### 3.0.4 (2022-08-18)
113
+ * (René) tooltip in wizard added
114
+ * (René) flot and dependencies updated
115
+ * (René) errors from ebusd are shown as warning here in adapter, details schould be checked in logs of ebusd
116
+ * (René) bug fix in widget: if less data available x axes grid point were not shown
100
117
  * (René) except null as valid value from ebusd (e.g. to reset CurrentError)
101
118
 
102
- ### 3.0.2 (2022-04-02)
119
+ ### 3.0.2 (2022-04-02)
103
120
  * (René) message for installation added
104
121
 
105
- ### 3.0.1 (2022-04-02)
122
+ ### 3.0.1 (2022-04-02)
106
123
  * (René) read interval in admin added
107
124
 
108
- ### 3.0.0 (2022-04-02)
109
- * (René) **ATTENTION** change from scheduled to daemon adapter
125
+ ### 3.0.0 (2022-04-02)
126
+ * (René) **ATTENTION** change from scheduled to daemon adapter
110
127
  * (René) bent by axios replaced
111
128
 
112
- ### 2.5.1 (2021-12-29)
129
+ ### 2.5.1 (2021-12-29)
113
130
  * (René) adjustable retries to send data if arbitration error appeared
114
131
 
115
- ### 2.5.0 (2021-12-28)
132
+ ### 2.5.0 (2021-12-28)
116
133
  * (René) see issue #62: support ebusd 21.3
117
134
 
118
- ### 2.4.5 (2021-11-07)
135
+ ### 2.4.5 (2021-11-07)
119
136
  * (René) bug fix color of labels in widget
120
137
 
121
- ### 2.4.4 (2021-10-30)
122
- * (René) see issue #59: avoid endless loop
123
- * (René) update flot to 4.2.2
138
+ ### 2.4.4 (2021-10-30)
139
+ * (René) see issue #59: avoid endless loop
140
+ * (René) update flot to 4.2.2
124
141
  * (René) bug fix missing space in command when using circuit name
125
142
 
126
- ### 0.8.0 (2019-02-24)
143
+ ### 0.8.0 (2019-02-24)
127
144
  * (René) hcmode2 value 5 = EVU Sperrzeit
128
145
 
129
- ### 0.7.0 (2019-01-28)
146
+ ### 0.7.0 (2019-01-28)
130
147
  * (René) add adjustable timeout
131
148
 
132
- ### 0.6.0 (2019-01-06)
149
+ ### 0.6.0 (2019-01-06)
133
150
  * (René) support of compact mode
134
151
 
135
- ### 0.5.5 (2018-11-04)
152
+ ### 0.5.5 (2018-11-04)
136
153
  * (René) code clean up
137
154
 
138
- ### 0.5.4
155
+ ### 0.5.4
139
156
  * (René) arduino support removed
140
157
 
141
- ### 0.5.3
158
+ ### 0.5.3
142
159
  * (René) add error information
143
160
 
144
- ### 0.5.2
161
+ ### 0.5.2
145
162
  * (René) bug fix: in vis 1.x some values are not stored
146
163
 
147
- ### 0.5.1
164
+ ### 0.5.1
148
165
  * (René) bug fix: if nothing to poll then skip telnet connection
149
166
 
150
- ### 0.5.0
167
+ ### 0.5.0
151
168
  * (René) write date over TCP to ebusd
152
169
 
153
- ### 0.4.2
170
+ ### 0.4.2
154
171
  * (René) bug fix for admin V3
155
172
 
156
- ### 0.4.1
173
+ ### 0.4.1
157
174
  * (René) logo changed
158
175
 
159
- ### 0.4.0
176
+ ### 0.4.0
160
177
  * (René) reading data from ebusd
161
178
 
162
- ### 0.3.0
163
- * (René) support of ebusd
179
+ ### 0.3.0
180
+ * (René) support of ebusd
164
181
  * (René) admin3 support
165
182
 
166
- ### 0.2.0
167
- * (René) add history as JSON for vis
183
+ ### 0.2.0
184
+ * (René) add history as JSON for vis
168
185
  * (René) add flot based widget to display temperatur, status and power graph
169
186
 
170
- ### 0.1.0
187
+ ### 0.1.0
171
188
  * (René) scheduled adapter instead of deamon
172
189
 
173
- ### 0.0.3
190
+ ### 0.0.3
174
191
  * (René) UTF8 coding
175
192
 
176
- ### 0.0.2
193
+ ### 0.0.2
177
194
  * (René) initial release
178
195
 
179
- ## License
180
- MIT License
181
-
182
- Copyright (c) 2017-2023 rg-engineering info@rg-engineering.eu
183
-
184
- Permission is hereby granted, free of charge, to any person obtaining a copy
185
- of this software and associated documentation files (the "Software"), to deal
186
- in the Software without restriction, including without limitation the rights
187
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
188
- copies of the Software, and to permit persons to whom the Software is
189
- furnished to do so, subject to the following conditions:
190
-
191
- The above copyright notice and this permission notice shall be included in all
192
- copies or substantial portions of the Software.
193
-
194
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
195
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
196
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
197
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
198
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
196
+ ## License
197
+ MIT License
198
+
199
+ Copyright (c) 2017-2024 René G. <info@rg-engineering.eu>
200
+
201
+ Permission is hereby granted, free of charge, to any person obtaining a copy
202
+ of this software and associated documentation files (the "Software"), to deal
203
+ in the Software without restriction, including without limitation the rights
204
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
205
+ copies of the Software, and to permit persons to whom the Software is
206
+ furnished to do so, subject to the following conditions:
207
+
208
+ The above copyright notice and this permission notice shall be included in all
209
+ copies or substantial portions of the Software.
210
+
211
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
212
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
213
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
214
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
215
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
216
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
200
217
  SOFTWARE.