Attribute name fix

This commit is contained in:
Fabio Manganiello 2018-06-11 22:12:25 +02:00
parent 0905981c58
commit 933940c695
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class SensorBackend(Backend):
"""
super().__init__(**kwargs)
self.measurement = None
self.data = None
self.thresholds = thresholds
def get_measurement(self):