Skip to content

Commit

Permalink
Adds new exit delay feature to the example configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkormendy committed May 23, 2022
1 parent 424b036 commit a3ff00d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ For those without Config UI X, or are running this on HOOBS < 4.0, please see th
"pulseDuration": 975,
"pulsePause": 25,
"pulseRepeat": -1
},
"exitDelaySettings": {
"delay": 15,
"audibleBeeperModes": [
"0",
"1",
"2"
]
}
},
"panels": [
Expand Down

0 comments on commit a3ff00d

Please sign in to comment.