Example #1
0
 def configuration(self):
     config = ARMNode.configuration(self)
     #get_attribute(self, 'devices', config)
     return config
Example #2
0
 def configuration(self):
     cd = ARMNode.configuration(self)
     get_attribute(self, 'mode', cd, str)
     get_attribute(self, 'ttl', cd, str)
     return cd
Example #3
0
 def configuration(self):
     self.devices, self.device_addresses = self.findall()
     self._been_discovered = 0
     config = ARMNode.configuration(self)
     get_attribute(self, 'devices', config)
     return config
Example #4
0
 def configuration(self):
     cd = ARMNode.configuration(self)
     get_attribute(self, 'mode', cd, str)
     get_attribute(self, 'ttl', cd, str)
     return cd
Example #5
0
 def configuration(self):
     self.devices, self.device_addresses = self.findall()
     self._been_discovered = 0
     config = ARMNode.configuration(self)
     get_attribute(self, 'devices', config)
     return config
Example #6
0
 def configuration(self):
     config = ARMNode.configuration(self)
     #get_attribute(self, 'devices', config)
     return config