Ejemplo n.º 1
0
 def __init__(self):
     protocols.__init__(self)
     self.itemList=[]
     self.items = {}
     self.itemTags={}
     self.Menutags = ['Onewire']
     self.w1_therm_temperature = re.compile(r't=([0-9]+)')
Ejemplo n.º 2
0
 def __init__(self):
     protocols.__init__(self)
     self.itemList = []
     self.items = {}
     self.itemTags = {}
     self.Menutags = ['Onewire']
     self.w1_therm_temperature = re.compile(r't=([0-9]+)')
Ejemplo n.º 3
0
 def __init__(self):
     protocols.__init__(self)
     self.power = 0
     self.state = 'Off'
     self.oldstate = self.state
     self.time_count = time()
     self.time_state = self.time_count
     self.feeder_time = None
     self.alarm_state = 'OK'
Ejemplo n.º 4
0
 def __init__(self):
     protocols.__init__(self)
     self.power = 0
     self.state = 'Off'
     self.oldstate = self.state
     self.time_count = time()
     self.time_state = self.time_count
     self.feeder_time = None
     self.alarm_state = 'OK'
Ejemplo n.º 5
0
 def __init__(self):
     protocols.__init__(self)
Ejemplo n.º 6
0
 def __init__(self):
     protocols.__init__(self)
Ejemplo n.º 7
0
 def __init__(self):
     protocols.__init__(self)
     self.power = 0
     self.lock = Lock()
Ejemplo n.º 8
0
 def __init__(self):
     protocols.__init__(self)
     self.timelist=[]
     self.power = 0