mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-08 05:31:56 +00:00
Update zwave-thermostat.groovy
This commit is contained in:
@@ -147,7 +147,7 @@ def parse(String description)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!result) {
|
if (!result) {
|
||||||
return [null]
|
return []
|
||||||
}
|
}
|
||||||
return [result]
|
return [result]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user