Skip to content

Instantly share code, notes, and snippets.

@nodeit
nodeit / gist:643af0648a0cb057cb1f
Last active August 29, 2015 14:11
Smartthings parent method call error
// In Device Type App
def poll() {
log.debug "Executing 'poll'"
results = parent.pollChildren()
log.debug results
}
// In Service Manager App