diff --git a/platypush/backend/sensor/__init__.py b/platypush/backend/sensor/__init__.py
index 215c07128..3a6bb475d 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):