Author |
|
krommetje Super User
Joined: December 29 2004 Location: Netherlands
Online Status: Offline Posts: 695
|
Posted: March 20 2007 at 03:35 | IP Logged
|
|
|
Dave,
would it be possible to have a part of the statusscreen on which there will be announced not 1 next timed event but e.g. 5 ?? Could this be done with a macro?
Peter
|
Back to Top |
|
|
ginigma Senior Member
Joined: June 18 2006 Location: United States
Online Status: Offline Posts: 127
|
Posted: March 21 2007 at 10:19 | IP Logged
|
|
|
I would vote for that feature. Perhaps the next number of events could be configurable in the ini file?
__________________ Insteon (40 devices) ^ PowerHome (435 links) ^ Logitech Harmony 880
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: March 21 2007 at 12:51 | IP Logged
|
|
|
Or in Setup, Preferences.
|
Back to Top |
|
|
krommetje Super User
Joined: December 29 2004 Location: Netherlands
Online Status: Offline Posts: 695
|
Posted: November 21 2007 at 04:15 | IP Logged
|
|
|
Dave never replied to this...
Davy??? R U there and read this?
Peter
|
Back to Top |
|
|
onhiatus Senior Member
Joined: May 12 2004 Location: United States
Online Status: Offline Posts: 279
|
Posted: December 13 2007 at 13:55 | IP Logged
|
|
|
I think this should put the next five start times and corresponding actions of any timed event into into data area 1:
ph_sqlselect(1, "select starttime,action from timedevents order by starttime limit 5")
Then something likethe following can be used to get the first event:
ph_getdata(1, 1, 1) + ":" + ph_getdata(1, 1, 2)
Second event:
ph_getdata(1, 2, 1) + ":" + ph_getdata(1, 2, 2)
etc.
Caveate - I don't have access to powerhome right now so all of the above is an educated guess
|
Back to Top |
|
|