retune after sending a diseqc command in the positioner setup plugin
[enigma2.git] / lib / python / Plugins / Plugin.py
index 71b665b1db30434939549f352a0ec64a119add0a..b2808c8ec6838da15733c38824560ab53b7838e7 100644 (file)
@@ -32,6 +32,9 @@ class PluginDescriptor:
        # delivered, and only on pre-loaded plugins
        WHERE_SESSIONSTART = 7
        
+       # start as teletext plugin. arguments: session, serviceref
+       WHERE_TELETEXT = 8
+       
        def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None):
                self.name = name
                if type(where) is list: