Remove custom websocket event type and related progress sending logic from LorasEndpoint

This commit is contained in:
Will Miao
2025-01-30 19:02:47 +08:00
parent 46abc77964
commit 0a822d2497
2 changed files with 1 additions and 19 deletions

View File

@@ -6,9 +6,6 @@ NODE_CLASS_MAPPINGS = {
WEB_DIRECTORY = "./js"
# Add custom websocket event type
EXTENSION_WEB_SOCKET_MESSAGE_TYPES = ["lora-scan-progress"]
# Add this init function to properly register routes
def init():
LorasEndpoint.add_routes()