Ok. I think I answered my own question. After looking at the script I saw:
if (trigTime > dt1
and dt1 != "0000"
and (trigTime < dt2
or dt2 == "0000")
):
bFlag = True
if bFlag:
for i in range(self.iNbrOfBurstsON):
eg.TriggerEvent(self.eventNameOn)
time.sleep(self.cmdDelay)
Which means ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 2 matches
- Fri Apr 17, 2009 12:40 am
- Forum: Plugin Support
- Topic: Scheduler
- Replies: 52
- Views: 41886
- Thu Apr 16, 2009 6:33 pm
- Forum: Plugin Support
- Topic: Scheduler
- Replies: 52
- Views: 41886
Re: Scheduler plugin
I've been trying the 3/19 release of the Scheduler Plugin for a few days now, running it under the Feb 20 release of EG via the file EventGhost_0.3.7.r851_Setup.exe, and I just cant seem to get it to work right. It seems to be issuing the "eventname on" event every minute at 0 seconds. I've set the ...