mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +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")]
|
[JsonProperty("acknowledgeable")]
|
||||||
public bool Acknowledgeable;
|
public bool Acknowledgeable;
|
||||||
|
|
||||||
|
[JsonProperty("enable")]
|
||||||
|
public bool Enable;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue