add multisat scan setup for the case of using a dish positioner
[enigma2.git] / lib / python / Components / config.py
index 7f8f50727c166bbf50ab99a0c8e1585a5f3b6c43..5d098a37f3d331b3245d0b7f020936e4481e05f0 100644 (file)
@@ -334,3 +334,8 @@ class configElement:
                self.loadData()
        def save(self):
                configfile.setKey(self.configPath, self.datatoFile(self.controlType,self.value))
+
+def getConfigListEntry(description, element):
+       b = element
+       item = b.controlType(b)
+       return ((description, item))
\ No newline at end of file