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