Skip to content

Commit

Permalink
added missing file SourceModule.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Oct 29, 2015
1 parent 146aa74 commit 7ea5427
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HomeGenie/Service/Constants/SourceModule.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
using System;

namespace HomeGenie
{
public static class SourceModule
{
// HomeGenie System Source
public const string Master = "0";
// HomeGenie Scheduler Source
public const string Scheduler = "Scheduler";
}
}

0 comments on commit 7ea5427

Please sign in to comment.