Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HDMU committed Jul 27, 2014
1 parent 40081d5 commit 03468c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -261,4 +261,4 @@ def OK(self):
def menu(session, **kwargs):
session.open(HDMU_MilightControl)
def Plugins(**kwargs):
return [PluginDescriptor(name = "MiLight Control", description = "Controll your MiLight", where = [PluginDescriptor.WHERE_PLUGINMENU], fnc = menu),]
return [PluginDescriptor(name = "MiLight Control", description = "Control your MiLight", where = [PluginDescriptor.WHERE_PLUGINMENU], fnc = menu),]

0 comments on commit 03468c0

Please sign in to comment.