From: Seyed Amir Hossein Aqajari Date: Mon, 12 Aug 2019 20:33:08 +0000 (-0700) Subject: Update influxdb-logger.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=f090da4cf75ac55fd3d559de6d139567f0946a9f Update influxdb-logger.groovy --- diff --git a/third-party/influxdb-logger.groovy b/third-party/influxdb-logger.groovy index 2242964..e56fbcc 100755 --- a/third-party/influxdb-logger.groovy +++ b/third-party/influxdb-logger.groovy @@ -693,7 +693,7 @@ private manageSubscriptions() { // Subscribe to mode events: if (prefLogModeEvents) subscribe(location, "mode", handleModeEvent) - subscribe(accelerometers, "accelerometers", handleEvent) + subscribe(accelerometers, "acceleration", handleEvent) subscribe(alarms, "alarms", handleEvent) subscribe(batteries, "batteries", handleEvent) subscribe(beacons, "beacons", handleEvent)