mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-01 05:44:55 +00:00
added enable property to ScheduledEventConfig
This commit is contained in:
@@ -33,5 +33,8 @@ namespace PepperDash.Essentials.Room.Config
|
||||
|
||||
[JsonProperty("acknowledgeable")]
|
||||
public bool Acknowledgeable;
|
||||
|
||||
[JsonProperty("enable")]
|
||||
public bool Enable;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user