From 7176e4a7283a0b7eb5a35e37e78131b8fba9f4ad Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 14 Mar 2011 16:20:18 +0100 Subject: [PATCH] applied new DataIterator to Sensors --- lib/Interpreter/SensorInterpreter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Interpreter/SensorInterpreter.php b/lib/Interpreter/SensorInterpreter.php index 0b03dbe..efac434 100644 --- a/lib/Interpreter/SensorInterpreter.php +++ b/lib/Interpreter/SensorInterpreter.php @@ -36,8 +36,8 @@ class SensorInterpreter extends Interpreter { /** * @param string|integer $groupBy */ - public function processData($tuples, $groupBy, $callback) { - $data = parent::getData($tuples, $groupBy); + public function processData($callback) { + $data = parent::getData(); $values = array(); foreach ($data as $reading) {