Merge pull request #1284 from larsfinander/SSVD-2798_philips_hue_discovery_bridge_staging

SSVD-2798 Philips Hue: Bridge keeps getting unchecked during discovery
This commit is contained in:
Lars Finander
2016-09-22 12:11:15 -06:00
committed by GitHub

View File

@@ -83,7 +83,7 @@ def bridgeDiscovery(params=[:])
return dynamicPage(name:"bridgeDiscovery", title:"Discovery Started!", nextPage:"bridgeBtnPush", refreshInterval:refreshInterval, uninstall: true) {
section("Please wait while we discover your Hue Bridge. Discovery can take five minutes or more, so sit back and relax! Select your device below once discovered.") {
input "selectedHue", "enum", required:false, title:"Select Hue Bridge (${numFound} found)", multiple:false, options:options
input "selectedHue", "enum", required:false, title:"Select Hue Bridge (${numFound} found)", multiple:false, options:options, submitOnChange: true
}
}
}