From: Seyed Amir Hossein Aqajari Date: Mon, 12 Aug 2019 20:39:57 +0000 (-0700) Subject: Update influxdb-logger.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9cad0256d875277cdcd76a186969a60de64aa42f;p=smartapps.git Update influxdb-logger.groovy --- diff --git a/third-party/influxdb-logger.groovy b/third-party/influxdb-logger.groovy index 576f21e..2d6278d 100755 --- a/third-party/influxdb-logger.groovy +++ b/third-party/influxdb-logger.groovy @@ -744,7 +744,7 @@ private manageSubscriptions() { subscribe(thermostats, "thermostatFanMode", handleEvent) subscribe(thermostats, "thermostatOperatingState", handleEvent) subscribe(threeAxis, "threeAxis", handleEvent) - subscribe(touchs, "touch", handleEvent) + subscribe(touchs, "touched", handleEvent) subscribe(uvs, "ultravioletIndex", handleEvent) subscribe(valves, "contact", handleEvent) subscribe(volts, "voltage", handleEvent)