mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-19 06:13:06 +01:00
Revert "PRP-172 Fix Hue Connect parse errors on newer versions of Groovy"
This reverts commit be7f6a76a9.
This commit is contained in:
@@ -689,7 +689,7 @@ def parse(childDevice, description) {
|
||||
log.warn "Parsing Body failed - trying again..."
|
||||
poll()
|
||||
}
|
||||
if (body instanceof java.util.HashMap || body instanceof groovy.json.internal.LazyMap) {
|
||||
if (body instanceof java.util.HashMap) {
|
||||
//poll response
|
||||
def bulbs = getChildDevices()
|
||||
for (bulb in body) {
|
||||
|
||||
Reference in New Issue
Block a user