Skip to content

Commit

Permalink
Merge pull request #12 from PepperDash/feature/testing-updates
Browse files Browse the repository at this point in the history
Updates after testing
  • Loading branch information
andrew-welker authored Jul 10, 2024
2 parents d396d67 + d5b1a73 commit 5230b8d
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 90 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
Loading

0 comments on commit 5230b8d

Please sign in to comment.