diff --git a/core/handle/textHandle.py b/core/handle/textHandle.py index 133fddf7..8e34aa72 100644 --- a/core/handle/textHandle.py +++ b/core/handle/textHandle.py @@ -39,6 +39,7 @@ async def handleTextMessage(conn, message): await startToChat(conn, msg_json["text"]) elif msg_json["type"] == "iot": if "descriptors" in msg_json: - await handleIotDescriptors(conn, msg_json["descriptors"]) + pass + # await handleIotDescriptors(conn, msg_json["descriptors"]) except json.JSONDecodeError: await conn.websocket.send(message)