Skip to content

Commit

Permalink
fix: updated JsonToSimplFileMaster EvaluateFile method, added event a…
Browse files Browse the repository at this point in the history
…rg constant in support of data being passed to simpl
  • Loading branch information
jkdevito committed Jun 15, 2022
1 parent e1c63f4 commit 8be02fa
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 180 deletions.
20 changes: 20 additions & 0 deletions Pepperdash Core/Pepperdash Core/JsonToSimpl/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ public class JsonToSimplConstants
///
/// </summary>
public const ushort UshortValueChange = 101;

/// <summary>
/// Reports the Crestron Series enum value
/// </summary>
public const ushort CrestronSeriesValueChange = 102;

/// <summary>
/// Reports the device platform enum value
/// </summary>
public const ushort DevicePlatformValueChange = 103;

/// <summary>
///
Expand All @@ -46,6 +56,16 @@ public class JsonToSimplConstants
///
/// </summary>
public const ushort FilePathResolvedChange = 205;

/// <summary>
///
/// </summary>
public const ushort MessageToSimpl = 206;

/// <summary>
/// Reports the root directory
/// </summary>
public const ushort RootDirectory = 207;
}

/// <summary>
Expand Down
Loading

0 comments on commit 8be02fa

Please sign in to comment.