Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/add-screenLiftControl' i…
Browse files Browse the repository at this point in the history
…nto fix/mobile-control-system-controller-fix
  • Loading branch information
jgutenplan committed May 11, 2024
2 parents 5dac5a6 + aedb8f7 commit dc15481
Show file tree
Hide file tree
Showing 11 changed files with 2,359 additions and 1,629 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,4 @@ MigrationBackup/
# Build Outputs
output/
/exampleConfigs/essentials-mc-test-configurationFile.json
/.DS_Store
2 changes: 2 additions & 0 deletions 3-series/MobileControlConfig.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
using System.Collections.Generic;

namespace PepperDash.Essentials
Expand Down Expand Up @@ -27,6 +28,7 @@ public class MobileControlConfig
#endif

[JsonProperty("roomBridges")]
[Obsolete("No longer necessary")]
public List<MobileControlRoomBridgePropertiesConfig> RoomBridges { get; set; }

public MobileControlConfig()
Expand Down
Loading

0 comments on commit dc15481

Please sign in to comment.