applied new DataIterator to Sensors
This commit is contained in:
parent
73255c6698
commit
7176e4a728
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue