Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSocket API fails when run bodypart with params #26

Open
ivankravets opened this issue Nov 20, 2015 · 0 comments
Open

WebSocket API fails when run bodypart with params #26

ivankravets opened this issue Nov 20, 2015 · 0 comments
Assignees
Labels

Comments

@ivankravets
Copy link
Member

See log below for device.1.write_digital_pin_1

CONNECTED

SENT: { "jsonrpc": "2.0", "method": "EXECUTE:device.1.ping_1", "id": 27 }

RESPONSE: {"jsonrpc": "2.0", "id": 27, "result": {"ok": 1}}

SENT: { "jsonrpc": "2.0", "method": "EXECUTE:device.1.ping_1", "id": 27 }

RESPONSE: {"jsonrpc": "2.0", "id": 27, "result": {"ok": 1}}

SENT: { "jsonrpc": "2.0", "method": "EXECUTE:device.1.write_digital_pin_1", "id": 27, "params": { "value": 0 } }

RESPONSE: {"jsonrpc": "2.0", "id": 27, "error": {"message": "Server error", "code": -32000}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants