fixes bug #593
[vuplus_dvbapp] / lib / python / Components / NimManager.py
index f934ed5..67a1abc 100644 (file)
@@ -769,6 +769,9 @@ class NimManager:
        
        def getNim(self, slotid):
                return self.nim_slots[slotid]
+       
+       def getI2CDevice(self, slotid):
+               return self.nim_slots[slotid].getI2C()
 
        def getNimListOfType(self, type, exception = -1):
                # returns a list of indexes for NIMs compatible to the given type, except for 'exception'