mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
remove JsonConverter Attribute
This commit is contained in:
parent
eb114b4a95
commit
a4a99f4a9b
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ namespace PepperDash.Essentials.Room.Config
|
||||||
public string Name;
|
public string Name;
|
||||||
|
|
||||||
[JsonProperty("days")]
|
[JsonProperty("days")]
|
||||||
[JsonConverter(typeof(StringEnumConverter))]
|
|
||||||
public ScheduledEventCommon.eWeekDays Days;
|
public ScheduledEventCommon.eWeekDays Days;
|
||||||
|
|
||||||
[JsonProperty("time")]
|
[JsonProperty("time")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue