Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
krlaframboise committed Oct 6, 2021
1 parent a94f6e3 commit 3871959
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/*
* Zooz Scene Controller - ZEN32 v1.1
* Zooz Scene Controller - ZEN32 v1.2
*
* YOU MUST ALSO INSTALL: Zooz Scene Controller Button
*
* Changelog:
*
* 1.2 (10/06/2021)
* - Removed the delays for the initialize methods that were added in v1.1 because they're now causing the problem that they originally fixed.
*
* 1.1 (04/18/2021)
* - Create child devices after delay during inclusion which will hopefully make them appear with the parent when inclusion finishes.
* - Fixed issue with associations when S2 fails
Expand Down Expand Up @@ -144,7 +147,7 @@ void createEnumInput(String name, String title, Integer defaultVal, Map options)
def installed() {
logDebug "installed()..."

runIn(2, initialize)
initialize()

return []
}
Expand Down Expand Up @@ -196,7 +199,6 @@ def configure() {

state.resyncAll = true

runIn(5, initialize)
runIn(20, executeConfigureCmds)

return []
Expand Down

0 comments on commit 3871959

Please sign in to comment.