mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-15 05:10:50 +00:00
@@ -469,7 +469,6 @@ def pollChild(){
|
||||
|
||||
if (pollChildren()){
|
||||
devices.each { child ->
|
||||
log.info "***found $child"
|
||||
if (!child.device.deviceNetworkId.startsWith("ecobee_sensor")){
|
||||
if(atomicState.thermostats[child.device.deviceNetworkId] != null) {
|
||||
def tData = atomicState.thermostats[child.device.deviceNetworkId]
|
||||
|
||||
Reference in New Issue
Block a user