MAX && TT: общение в таме, и корректировки под веб морду

This commit is contained in:
Alexey Polyakov
2026-05-06 15:58:27 +03:00
parent 0b6eda6178
commit f1ff4fd062
5 changed files with 120 additions and 13 deletions

View File

@@ -320,7 +320,8 @@ class OnemeWS:
"writer": websocket,
"ip": addr[0],
"port": addr[1],
"protocol": "oneme"
"protocol": "oneme",
"type": "web"
}
)
else:
@@ -334,7 +335,8 @@ class OnemeWS:
"writer": websocket,
"ip": addr[0],
"port": addr[1],
"protocol": "oneme"
"protocol": "oneme",
"type": "web"
}
]
}