forked from GermanBluefox/iobroker.rpi
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (Garfonso) reworked GPIO input and output to work with Bookworm. * (Garfonso) BREAKING CHANGE: removed support for GPIO-Buttons. * (Garfonso) BREAKING CHANGE: remove unsupported button states and create input state. * (Garfonso) add support for Raspberry 5. * (Garfonso) on startup set GPIO outputs from ioBroker states. * (Garfonso) switch to opengpio library. * (Grothesk242) fixed: reading network and filesystem statistics. * (Garfonso) move parsers from io-package.json to separate file. * (Garfonso) get rid of old sync-exec. * (Garfonso) Get development stuff up to date...
- Loading branch information
Showing
5 changed files
with
63 additions
and
123 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 +1,45 @@ | ||
# Older Changes | ||
## 1.1.1 | ||
- (Apollon77) Error messages for not existing values are logged only once | ||
|
||
## 1.1.0 | ||
- (Apollon77) Nodejs 10 support | ||
|
||
## 1.0.0 (2018-08-20) | ||
- (bluefox) Admin3 support | ||
|
||
## 0.3.2 (2017-11-29) | ||
- (Homoran) fixed Mem available readings on Stretch | ||
|
||
## 0.3.1 (2017-01-11) | ||
- (olifre) Fixup swap_used calculation. | ||
|
||
## 0.2.2 (2016-12-01) | ||
- (bluefox) Add GPIO direction indication | ||
|
||
## 0.2.2 (2016-11-22) | ||
- (bluefox) Use BCM enumeration | ||
|
||
## 0.2.1 (2016-10-29) | ||
- (bluefox) fix start of adapter | ||
|
||
## 0.2.0 (2016-10-23) | ||
- (bluefox) just version change | ||
|
||
## 0.1.1 (2016-10-13) | ||
- (bluefox) implement GPIOs control | ||
|
||
## 0.0.4 (2016-03-25) | ||
- (bluefox) Try catch by eval | ||
(bluefox) do not process if exec fails | ||
|
||
## 0.0.3 (2015-12-28) | ||
- (husky-koglhof) Fixed value calc. | ||
Set Value to 2 digits | ||
|
||
## 0.0.2 (2015-12-26) | ||
- (husky-koglhof) Workaround for node 0.10.x | ||
- (bluefox) Some Fixes | ||
|
||
## 0.0.1 (2015-12-23) | ||
- Initial commit. Alpha Version. |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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