Skip to content

Commit ffc0d92

Browse files
committed
modules/startup/tab5: Update EZData WebSocket protocol.
Signed-off-by: lbuque <[email protected]>
1 parent 3654a91 commit ffc0d92

File tree

1 file changed

+1
-1
lines changed
  • m5stack/modules/startup/tab5/launcher/common

1 file changed

+1
-1
lines changed

m5stack/modules/startup/tab5/launcher/common/ezdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ async def fetch_all_data(self):
107107
msg = json.dumps(
108108
{
109109
"deviceToken": self._device_token,
110-
"body": {"requestType": "DEVICE_DATA_LIST"},
110+
"body": {"requestType": 103},
111111
}
112112
)
113113
debug_print("ws send:", msg)

0 commit comments

Comments
 (0)