I couldn't commit the changes to svn myself so here is a patch to fix a
line of code I accidentally removed in the last update. Plus I fixed
the DOS line returns.
Ryan Roth wrote:
I written enough in other languages to be able to BS my way through
others :)
Duncan Webb wrote:
Ryan Rot
I written enough in other languages to be able to BS my way through
others :)
Duncan Webb wrote:
> Ryan Roth wrote:
>
> If you want this to go into the rel-1 you need to add a feature request.
> http://sourceforge.net/tracker/?func=add&group_id=46652&atid=446898
>
> For somebody who claims that
Ryan Roth wrote:
If you want this to go into the rel-1 you need to add a feature request.
http://sourceforge.net/tracker/?func=add&group_id=46652&atid=446898
For somebody who claims that they don't know Python, you do a pretty
good job :-)
Duncan
> Fixed some typos
>
>
> -
Fixed some typos
import os
import plugin
import config
from item import Item
class PluginInterface(plugin.MainMenuPlugin):
"""
Home Automation Plugin
Activate:
plugin.activate('home_automation')
This plugin is for controlling home automation items, such as X10 dev
I have finally written the home automation plugin I have talked about
wanting for the last year. I do not know python so input and
corrections are welcome. I would like it to be added to the SVN tree as
an official plugin if possible. This would make revisions much easier.
Ryan
import os