mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-07 16:55:04 +00:00
remove JsonConverter Attribute
This commit is contained in:
@@ -21,7 +21,6 @@ namespace PepperDash.Essentials.Room.Config
|
||||
public string Name;
|
||||
|
||||
[JsonProperty("days")]
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public ScheduledEventCommon.eWeekDays Days;
|
||||
|
||||
[JsonProperty("time")]
|
||||
|
||||
Reference in New Issue
Block a user