- removed AtemperatureSensor::process
- task is AttributeChange - hareden against Tempsensor exceptions
This commit is contained in:
@@ -13,7 +13,3 @@ class ATemperatureSensor(AttributeChange):
|
||||
@abc.abstractmethod
|
||||
def temperature(self):
|
||||
return None
|
||||
|
||||
@abc.abstractmethod
|
||||
def process(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user