From ec5b39ef16e61c0d569e1f5fac59ce23fd138c40 2017-05-03 13:38:43 From: José Chávez Date: 2017-05-03 13:38:43 Subject: [PATCH] cambios en como se envia la data a la web --- diff --git a/schainpy/model/utils/jroutils_publish.py b/schainpy/model/utils/jroutils_publish.py index 869245e..8f927e4 100644 --- a/schainpy/model/utils/jroutils_publish.py +++ b/schainpy/model/utils/jroutils_publish.py @@ -349,6 +349,8 @@ class ReceiverData(ProcessingUnit, Process): if self.realtime: self.data_web[plottype] = roundFloats(decimate(self.data[plottype][t]).tolist()) self.data_web['time'] = t + self.data_web['interval'] = self.dataOut.getTimeInterval() + self.data_web['type'] = plottype def run(self): print '[Starting] {} from {}'.format(self.name, self.address)