Skip to content

SIMPL# Pro class for scheduling automatic start/stop events

Notifications You must be signed in to change notification settings

roybower/crestron-schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crestron-schedule

SIMPL# Pro class to trigger automatic start/stop events

Includes sample UI.

Usage

     
Schedule schedule = new Schedule();

schedule.Init(tp,"filename");
schedule.AutoStart += new EventHandler(AutoStartTrigger);
schedule.AutoStop  += new EventHandler(AutoStopTrigger);

void AutoStartTrigger(object sender, EventArgs e)
{
    //start
}

void AutoStopTrigger(object sender, EventArgs e)
{
    //stop
}       

Contributing

Pull requests are welcome.

License

GPL-3.0

About

SIMPL# Pro class for scheduling automatic start/stop events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages