added enable property to ScheduledEventConfig

This commit is contained in:
Andrew Welker
2020-12-07 11:48:48 -07:00
parent 0dc2e9d134
commit ab6d44e604

View File

@@ -33,5 +33,8 @@ namespace PepperDash.Essentials.Room.Config
[JsonProperty("acknowledgeable")]
public bool Acknowledgeable;
[JsonProperty("enable")]
public bool Enable;
}
}