Example #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]+)')
Example #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]+)')
Example #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'
Example #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'
Example #5
0
 def __init__(self):
     protocols.__init__(self)
Example #6
0
 def __init__(self):
     protocols.__init__(self)
Example #7
0
 def __init__(self):
     protocols.__init__(self)
     self.power = 0
     self.lock = Lock()
Example #8
0
 def __init__(self):
     protocols.__init__(self)
     self.timelist=[]
     self.power = 0