def __init__(self):
     Device.__init__(self)
     self._deviceType = "Electrical"
 def __init__(self):
     Device.__init__(self)
     self._sensorType = sensorClass
示例#3
0
 def __init__(self, sensorType=None):
     Device.__init__(self)
     self._sensorType = sensorType
 def __init__(self):
     Device.__init__(self)
     self._sensorType = sensorClass
示例#5
0
 def __init__(self, sensorType = None):
     Device.__init__(self)
     self._sensorType = sensorType