Attribute name fix

This commit is contained in:
Fabio Manganiello 2018-06-11 22:12:25 +02:00
parent 0905981c58
commit 933940c695

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):