mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 02:35:00 +00:00
fix: make registering for push schedule updates optional
The default config for a Fusion room will now NOT subscribe for Fusion schedule push updates unless explicitly requested.
This commit is contained in:
@@ -75,4 +75,11 @@ public class IEssentialsRoomFusionControllerPropertiesConfig
|
||||
/// </summary>
|
||||
[JsonProperty("helpRequestTimeoutMs")]
|
||||
public int HelpRequestTimeoutMs { get; set; } = 30000;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets whether to enable schedule push notifications
|
||||
/// </summary>
|
||||
/// <remarks>Defaults to false to skip getting schedule unless required</remarks>
|
||||
[JsonProperty("enableSchedulePushNotifications")]
|
||||
public bool EnableSchedulePushNotifications { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user