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