- improved tempsensor exception
This commit is contained in:
@@ -2,6 +2,11 @@ import abc
|
||||
from utils.value import AttributeChange
|
||||
|
||||
|
||||
class TemperatureSensorException(Exception):
|
||||
def __init__(self, error_txt):
|
||||
Exception.__init__(self, error_txt)
|
||||
|
||||
|
||||
class ATemperatureSensor(AttributeChange):
|
||||
def __init__(self):
|
||||
AttributeChange.__init__(self)
|
||||
|
||||
Reference in New Issue
Block a user