- removed AtemperatureSensor::process
- task is AttributeChange - hareden against Tempsensor exceptions
This commit is contained in:
+3
-1
@@ -1,9 +1,11 @@
|
||||
import abc
|
||||
import asyncio
|
||||
from utils.value import AttributeChange
|
||||
|
||||
|
||||
class ATask:
|
||||
class ATask(AttributeChange):
|
||||
def __init__(self, interval):
|
||||
AttributeChange.__init__(self)
|
||||
self.interval = interval
|
||||
|
||||
@abc.abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user