mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Merge branch 'bugfix/ecs-895' into feature/ecs-877
# Conflicts: # PepperDashEssentials/Properties/AssemblyInfo.cs # PepperDashEssentials/Room/Config/EssentialsRoomConfig.cs # Release Package/PepperDashEssentials.cpz # Release Package/PepperDashEssentials.dll
This commit is contained in:
commit
b793c04ad3
2 changed files with 7 additions and 3 deletions
|
|
@ -272,8 +272,8 @@ namespace PepperDash.Essentials.Room.Config
|
|||
[JsonProperty("deviceKey")]
|
||||
public string DeviceKey { get; set; }
|
||||
|
||||
[JsonProperty("timoutMinutes")]
|
||||
public int TimoutMinutes { get; set; }
|
||||
[JsonProperty("timeoutMinutes")]
|
||||
public int TimeoutMinutes { get; set; }
|
||||
}
|
||||
|
||||
public class EssentialsRoomTechConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue