forked from platypush/platypush
Attribute name fix
This commit is contained in:
parent
0905981c58
commit
933940c695
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class SensorBackend(Backend):
|
|||
"""
|
||||
|
||||
super().__init__(**kwargs)
|
||||
self.measurement = None
|
||||
self.data = None
|
||||
self.thresholds = thresholds
|
||||
|
||||
def get_measurement(self):
|
||||
|
|
Loading…
Reference in a new issue