forked from iobroker-community-adapters/ioBroker.myvbus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept serial port by-id and by-path
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 Jens-Peter Jensen [email protected] | ||
Copyright (c) 2025 Jens-Peter Jensen [email protected] | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,8 +49,10 @@ A derived version of this adapter supporting control of VBus devices is availabl | |
Placeholder for the next version (at the beginning of the line): | ||
### **WORK IN PROGRESS** | ||
--> | ||
### **WORK IN PROGRESS** | ||
### **WORK IN PROGRESS** - 2025H1 maintenance release | ||
|
||
* (pdbjjens) New: Accept serial port paths /dev/serial/by-id/usb-xxxxxxxxxxxxxxxxxxx or /dev/serial/by-path/platform-xxxxxxxxxxxxxxxxxxx | ||
* (pdbjjens) Change: Migration to ESLint 9 | ||
* (simatec) Responsive Design added | ||
|
||
### 0.4.0 (2024-08-13) - 2024H2 maintenance release | ||
|
@@ -94,7 +96,7 @@ The authors are in no way endorsed by or affiliated with RESOL GmbH, or any asso | |
|
||
MIT License | ||
|
||
Copyright (c) 2024 Jens-Peter Jensen <[email protected]> | ||
Copyright (c) 2025 Jens-Peter Jensen <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters