Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie D committed Apr 25, 2023
2 parents d4ce103 + 00fc1b2 commit f4d216e
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 f4d216e

Please sign in to comment.