Exemple #1
0
 def __init__(self, attr):
     StateItem.__init__(self, 'thermo_'+attr)
     self.attr = attr
Exemple #2
0
 def __init__(self):
     StateItem.__init__(self, 'temp')
Exemple #3
0
 def __init__(self):
     StateItem.__init__(self, 'temp')
Exemple #4
0
 def __init__(self, attr):
     StateItem.__init__(self, 'baro_'+attr)
     self.attr = attr
Exemple #5
0
 def __init__(self, attr):
     StateItem.__init__(self, 'thermo_' + attr)
     self.attr = attr
Exemple #6
0
 def __init__(self):
     StateItem.__init__(self, 'volume')
Exemple #7
0
 def __init__(self, attr):
     StateItem.__init__(self, 'baro_'+attr)
     self.attr = attr