Skip to content

Commit

Permalink
Merge pull request #22 from rboy1/patch-1
Browse files Browse the repository at this point in the history
EDGE_CHILD
  • Loading branch information
daltskin authored Apr 25, 2023
2 parents 1d846e8 + 4737a10 commit 00fc1b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Model/DeviceIntegrationType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,13 @@ public enum DeviceIntegrationType
/// Enum ZWAVE for value: ZWAVE
/// </summary>
[EnumMember(Value = "ZWAVE")]
ZWAVE = 21
ZWAVE = 21,

/// <summary>
/// Enum EDGE_CHILD for value: EDGE_CHILD
/// </summary>
[EnumMember(Value = "EDGE_CHILD")]
EDGE_CHILD = 22,

}

Expand Down

0 comments on commit 00fc1b2

Please sign in to comment.