@@ -360,7 +360,9 class ReceiverData(ProcessingUnit, Process): | |||
|
360 | 360 | else: |
|
361 | 361 | self.data_web[plottype] = roundFloats(decimate(self.data[plottype][t]).tolist()) |
|
362 | 362 | self.data_web['time'] = t |
|
363 | ||
|
363 | self.data_web['interval'] = self.dataOut.getTimeInterval() | |
|
364 | self.data_web['type'] = plottype | |
|
365 | ||
|
364 | 366 | def run(self): |
|
365 | 367 | |
|
366 | 368 | print '[Starting] {} from {}'.format(self.name, self.address) |
General Comments 0
You need to be logged in to leave comments.
Login now