- (Garfonso) fix gpio undefined errors.
- (jangatzke) add support for gpios on Raspberry Zero.
- (Garfonso) make gpio library required dependency
- (Garfonso) make errors clearer, if gpio library could not be initialized.
- (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...
- Important: This version requires at leas js-controller 3.3
- (Apollon77) Stop the adapter when GPIO module is configured but not working due to a needed rebuild that js-controller can pick up
- (Apollon77) Prevent js-controller 3.3 warnings
- (asgothian) Fix to get CPU frequencies also on Raspi 4
- (raintor) Add support for DHTxx/AM23xx Sensors
- (raintor) Configure internal Pull UP/Down Resistor
- (raintor) Add port 'label'/'friendly name' to GPIO config
- (janfromberlin) GPIO configuration as output with defined initial value
- (foxriver76) No longer use adapter.objects
- (Apollon77) Adjust gpio errors
- (Apollon77) Error messages for not existing values are logged only once
- (Apollon77) Nodejs 10 support
- (bluefox) Admin3 support
- (Homoran) fixed Mem available readings on Stretch
- (olifre) Fixup swap_used calculation.
- (bluefox) Add GPIO direction indication
- (bluefox) Use BCM enumeration
- (bluefox) fix start of adapter
- (bluefox) just version change
- (bluefox) implement GPIOs control
- (bluefox) Try catch by eval (bluefox) do not process if exec fails
- (husky-koglhof) Fixed value calc. Set Value to 2 digits
- (husky-koglhof) Workaround for node 0.10.x
- (bluefox) Some Fixes
- Initial commit. Alpha Version.