iobroker.modbus 7.0.5 → 8.0.0
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 +1 -1
- package/README.md +9 -1
- package/admin/assets/{index-D_EhVfE-.js → index-CWYDB9El.js} +420 -275
- package/admin/assets/{index-CbDA723n.js → index-Cl2km9l5.js} +1 -1
- package/admin/index_m.html +5 -1
- package/io-package.json +30 -29
- package/package.json +13 -11
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2015-
|
|
3
|
+
Copyright (c) 2015-2026 Bluefox <dogafox@gmail.com>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -315,6 +315,14 @@ There are some programs in folder `test` to test the TCP communication:
|
|
|
315
315
|
### **WORK IN PROGRESS**
|
|
316
316
|
-->
|
|
317
317
|
## Changelog
|
|
318
|
+
### 8.0.0 (2026-02-15)
|
|
319
|
+
* (bluefox) Minimal Node.js version is 20
|
|
320
|
+
* (bluefox) Corrected `info.connected` type
|
|
321
|
+
* (bluefox) Fixed writing of registers
|
|
322
|
+
|
|
323
|
+
### 7.0.6 (2025-10-29)
|
|
324
|
+
* (bluefox) Updated packages
|
|
325
|
+
|
|
318
326
|
### 7.0.5 (2025-10-13)
|
|
319
327
|
* (bluefox) Prohibited installation from github
|
|
320
328
|
|
|
@@ -647,7 +655,7 @@ There are some programs in folder `test` to test the TCP communication:
|
|
|
647
655
|
## License
|
|
648
656
|
The MIT License (MIT)
|
|
649
657
|
|
|
650
|
-
Copyright (c) 2015-
|
|
658
|
+
Copyright (c) 2015-2026 Bluefox <dogafox@gmail.com>
|
|
651
659
|
|
|
652
660
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
653
661
|
of this software and associated documentation files (the "Software"), to deal
|