iobroker.modbus 7.0.6 → 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 +6 -1
- package/admin/assets/{index-BJ5wwkBW.js → index-CWYDB9El.js} +308 -178
- package/admin/assets/{index-BEbAvzf2.js → index-Cl2km9l5.js} +1 -1
- package/admin/index_m.html +1 -1
- package/io-package.json +17 -16
- 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,11 @@ 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
|
+
|
|
318
323
|
### 7.0.6 (2025-10-29)
|
|
319
324
|
* (bluefox) Updated packages
|
|
320
325
|
|
|
@@ -650,7 +655,7 @@ There are some programs in folder `test` to test the TCP communication:
|
|
|
650
655
|
## License
|
|
651
656
|
The MIT License (MIT)
|
|
652
657
|
|
|
653
|
-
Copyright (c) 2015-
|
|
658
|
+
Copyright (c) 2015-2026 Bluefox <dogafox@gmail.com>
|
|
654
659
|
|
|
655
660
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
656
661
|
of this software and associated documentation files (the "Software"), to deal
|