56a4007130
Notify open/close/start/pause/fault with SIM vs LIVE venue labels; configure webhook in Settings. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
67 B
Python
6 lines
67 B
Python
"""通知子系统。"""
|
|
|
|
from . import wecom
|
|
|
|
__all__ = ["wecom"]
|