Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Addresses coderabbit suggestion

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler committed Nov 20, 2024
1 parent 37228bd commit 091e5b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions OrcanodeMonitor/Models/OrcanodeEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ public OrcanodeIftttEventDTO(string id, string nodeName, string slug, string typ
}
[JsonPropertyName("slug")]
public string Slug { get; private set; }

/// <summary>
/// The node name used in IFTTT event identification.
/// </summary>
[JsonPropertyName("node_name")]
public string NodeName { get; private set; }

[JsonPropertyName("type")]
public string Type { get; private set; }
[JsonPropertyName("value")]
Expand Down

0 comments on commit 091e5b6

Please sign in to comment.