Revert "[DVCSMP-1979] Use async http for polling and refresh tokens."

This reverts commit 826993cc45.
This commit is contained in:
Jim Anderson
2016-09-19 09:38:33 -05:00
parent 75c1ede16c
commit 8b9bff15dc
3 changed files with 118 additions and 235 deletions

View File

@@ -67,6 +67,6 @@ def refresh() {
void poll() {
log.debug "Executing 'poll' using parent SmartApp"
parent.poll()
parent.pollChild()
}

View File

@@ -133,7 +133,7 @@ def refresh() {
void poll() {
log.debug "Executing 'poll' using parent SmartApp"
parent.poll()
parent.pollChild()
}
def generateEvent(Map results) {