abraxxa / EventGhost-Onkyo-ISCP-plugin

A plugin for EventGhost for sending commands to Onkyo devices over ethernet using the ISCP protocol
http://www.eventghost.org/forum/viewtopic.php?f=10&t=2964
3 stars 3 forks source link

Parsing the Command #2

Closed Owel closed 11 years ago

Owel commented 11 years ago

added: parsing the Command String to enable eg-variables

abraxxa commented 11 years ago

Did you test if regular, unparsable commands still work? Also the EventGhost documentation doesn't include eg.ParseString which means it might be a private API hat can change in a future version breaking this plugin. Please ask the core developers to add the method to the documentation to make it a public api, thanks!

Owel commented 11 years ago

I've tested normal commands, EG variables only and mixed. 100% positive

I've ask Pako about the eg.ParseString. But as you can see here: http://nullege.com/codes/search/eg.ParseString/all/-1/0/python/page:1 This Method is used by the System and Eventghost "plugins" and other Plugins use it too. So I don't think there will be a future version of this method, that breaks the OnkyoISCP plugin.