diff --git a/platypush/backend/sensor/__init__.py b/platypush/backend/sensor/__init__.py index 215c0712..3a6bb475 100644 --- a/platypush/backend/sensor/__init__.py +++ b/platypush/backend/sensor/__init__.py @@ -21,7 +21,7 @@ class SensorBackend(Backend): """ super().__init__(**kwargs) - self.measurement = None + self.data = None self.thresholds = thresholds def get_measurement(self):