- removed AtemperatureSensor::process

- task is AttributeChange
- hareden against Tempsensor exceptions
This commit is contained in:
jens
2021-10-19 11:29:11 +02:00
parent bd63f2648c
commit 6e7f8c2c59
6 changed files with 14 additions and 19 deletions
-4
View File
@@ -13,7 +13,3 @@ class ATemperatureSensor(AttributeChange):
@abc.abstractmethod
def temperature(self):
return None
@abc.abstractmethod
def process(self):
pass