mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
added enable property to ScheduledEventConfig
This commit is contained in:
parent
0dc2e9d134
commit
ab6d44e604
1 changed files with 3 additions and 0 deletions
|
|
@ -33,5 +33,8 @@ namespace PepperDash.Essentials.Room.Config
|
|||
|
||||
[JsonProperty("acknowledgeable")]
|
||||
public bool Acknowledgeable;
|
||||
|
||||
[JsonProperty("enable")]
|
||||
public bool Enable;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue