Skip to content

Commit

Permalink
chore: add json property attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welker committed Jun 21, 2024
1 parent 44c20ae commit 58b7adb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SonyBraviaConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ public class SonyBraviaConfig
public CommunicationMonitorConfig CommunicationMonitorProperties { get; set; }
public ControlPropertiesConfig Control { get; set; }

[JsonProperty("warmingTimeMs")]
public long? WarmingTimeMs { get; set; }

[JsonProperty("coolingTimeMs")]
public long? CoolingTimeMs { get; set; }
public bool ForceRs232 { get; set; }

Expand Down

0 comments on commit 58b7adb

Please sign in to comment.