From 9cad0256d875277cdcd76a186969a60de64aa42f Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Mon, 12 Aug 2019 13:39:57 -0700 Subject: [PATCH] Update influxdb-logger.groovy --- third-party/influxdb-logger.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1