Merge remote-tracking branch 'hansent/master' into develop
This commit is contained in:
commit
1c83391948
@ -16,7 +16,7 @@ class Thermostat(Endpoint):
|
||||
def FQN(self):
|
||||
return 'thermostat'
|
||||
|
||||
def __init(self, initial_temperature):
|
||||
def __init__(self, initial_temperature):
|
||||
self._temperature = initial_temperature
|
||||
self._event = threading.Event()
|
||||
|
||||
|
@ -15,7 +15,7 @@ class Thermostat(Endpoint):
|
||||
def FQN(self):
|
||||
return 'thermostat'
|
||||
|
||||
def __init(self, initial_temperature):
|
||||
def __init__(self, initial_temperature):
|
||||
self._temperature = initial_temperature
|
||||
self._event = threading.Event()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user