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

Command 19 (IS_CONNECTED_TO_ROUTER) return invalid JSON (Firmware: 1.1.0) #22

Open
tinodo opened this issue Jun 21, 2021 · 0 comments
Open

Comments

@tinodo
Copy link

tinodo commented Jun 21, 2021

When issuing command 19 to my light bulb, running Firmware 1.1.0, over TCP, the device returns an invalid JSON response.

Request: {"cmd":19}\r\n
Response: {"res":0,"cmd":19",ip":"192.168.1.169"}

As you can see, there is a double quote missing before the ip property, and one too much after the command number (19). It appears the comma and the double quote are swapped. It should be:
{"res":0,"cmd":19,"ip":"192.168.1.169"}

Has this been fix in later firmware? (I am unable to update the firmware using the provided Android app).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant