Skip to content

Commit 7ea5427

Browse files
committed
added missing file SourceModule.cs
1 parent 146aa74 commit 7ea5427

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
using System;
2+
3+
namespace HomeGenie
4+
{
5+
public static class SourceModule
6+
{
7+
// HomeGenie System Source
8+
public const string Master = "0";
9+
// HomeGenie Scheduler Source
10+
public const string Scheduler = "Scheduler";
11+
}
12+
}
13+

0 commit comments

Comments
 (0)