indigo.schedule.create?

This is a legacy forum which is locked for new topics. New topics should be started in one of the other forums under Extending Indigo
Forum rules
This is a legacy forum which is locked for new topics. New topics should be started in one of the other forums under Extending Indigo
bschollnick2
Posts: 1355
Joined: Sun Oct 17, 2004 8:21 am
Location: Rochester, Ny
Contact:

indigo.schedule.create?

Post by bschollnick2 »

Matt, and Jay,

I can't find any details on indigo.schedule / indigo.schedule.create....

Python's help gives me some details, but,

create(...) method of indigo.EventScheduleCmds instance
create( (EventScheduleCmds)arg1, (object)name [, (object)description='' [, (object)folder=None]]) -> object :
Add a new schedule event to Indigo Server.

I can find the EventScheduleCmds help documentation, but I don't see anything in the wiki, nor any actual working examples....

I simply need to add a scheduled time/date action from a plugin....

What's the recommendation at this point?

- Ben
------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33
User avatar
jay (support)
Site Admin
Posts: 19232
Joined: Wed Mar 19, 2008 11:52 am
Location: Austin, Texas
Contact:

Re: indigo.schedule.create?

Post by jay (support) »

Schedules aren't yet supported in the IOM.
Jay (Indigo Support)
Twitter | Facebook | LinkedIn
bschollnick2
Posts: 1355
Joined: Sun Oct 17, 2004 8:21 am
Location: Rochester, Ny
Contact:

Re: indigo.schedule.create?

Post by bschollnick2 »

jay (support) wrote:Schedules aren't yet supported in the IOM.
Well, do we have a time line?

I can't do this logic in the plugin, since I can't guarantee that a Insteon / X10 event will occur within the proper time frame. My idea was to create several email time/date actions, that the plugin can cancel if corrective measures were taken...

This simplifies the logic in the plugin, and allows the Indigo server to properly schedule these events....

- Ben
------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33
User avatar
matt (support)
Site Admin
Posts: 21542
Joined: Mon Jan 27, 2003 1:17 pm
Location: Texas
Contact:

Re: indigo.schedule.create?

Post by matt (support) »

Not yet. It is definitely on our ToDo list, but isn't a super high priority at this point.
Image
User avatar
jay (support)
Site Admin
Posts: 19232
Joined: Wed Mar 19, 2008 11:52 am
Location: Austin, Texas
Contact:

Re: indigo.schedule.create?

Post by jay (support) »

It definitely won't be before Indigo 6 and perhaps not even then. Too soon to tell.
Jay (Indigo Support)
Twitter | Facebook | LinkedIn
Locked

Return to “Extending Indigo with Plugins and Python”