-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Hi, I am trying to build a web socket in python that interfaces with scratch on the same way that scratch link does, and I'm having trouble with keeping the connection open. I think that it is due to the fact that my program isn't responding to the request specified below.
``Received JSON: {'jsonrpc': '2.0', 'method': 'read', 'params': {'serviceId': 61445, 'characteristicId': '5261da01-fa7e-42ab-850b-7c80220097cc', 'startNotifications': True}, 'id': 2}
Could someone please tell me what the intended response to this would be, as the documentation doesn't mention a read method.
Metadata
Metadata
Assignees
Labels
No labels