Skip to content

Commit

Permalink
add general input/output information to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
technyon committed Jun 8, 2023
1 parent f23290d commit 16cf4ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Config.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#define NUKI_HUB_VERSION "8.24-pre-3"
#define NUKI_HUB_VERSION "8.24"

#define MQTT_QOS_LEVEL 1
#define MQTT_CLEAN_SESSIONS false

#define GPIO_DEBOUNCE_TIME 300
#define GPIO_DEBOUNCE_TIME 200
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ can be configured for a specific role:
- Output: High when RTO active: Outputs a high signal when ring-to-open is active (opener)
- Output: High when CM active: Outputs a high signal when continuous mode is active (opener)
- Output: High when RTO or CM active: Outputs a high signal when either ring-to-open or continuous mode is active (opener)
- General input (pull-down): The pin is configured in pull-down configuration and its state is published to the "gpio/pin_x/state" topic
- General input (pull-up): The pin is configured in pull-up configuration and its state is published to the "gpio/pin_x/state" topic
- Genral output: The pin is set to high or low depending on the "gpio/pin/x/state" topic

Note: The old setting "Enable control via GPIO" is removed. If you had enabled this setting before upgrading to 8.22, the PINs are automatically configured to be
compatible with the previously hard-coded PINs.
Expand Down

0 comments on commit 16cf4ae

Please sign in to comment.