mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
fix(essentials): Removes enabled property from Environment config. Adds StringEnumConverter to enum properties
This commit is contained in:
@@ -240,7 +240,8 @@ namespace PepperDash.Essentials.Room.Config
|
||||
|
||||
public class EssentialsEnvironmentPropertiesConfig
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
//[JsonProperty("enabled")]
|
||||
//public bool Enabled { get; set; }
|
||||
|
||||
[JsonProperty("deviceKeys")]
|
||||
public List<string> DeviceKeys { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user