You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set automatic notifications for a specific event type.
208
218
209
219
Args:
210
-
event_type (Literal["new_scan", "scan_completed", "alarm", "scan_interlock"] | str): The type of event to set notifications for.
220
+
event_type (Literal["new_scan", "scan_completed", "alarm_warning", "alarm_minor", "alarm_major", "scan_interlock"] | str): The type of event to set notifications for.
211
221
enabled (bool): Whether to enable or disable notifications for the event.
212
222
scopes (list[str] | str | None): The scopes to apply the notifications to.
0 commit comments