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

JSON.stringify not working in RoomOS #27

Open
gfolens opened this issue Nov 5, 2021 · 0 comments
Open

JSON.stringify not working in RoomOS #27

gfolens opened this issue Nov 5, 2021 · 0 comments

Comments

@gfolens
Copy link

gfolens commented Nov 5, 2021

I have tried the example: Simple Hue light control demo on a Webex Room Kit Pro running RoomOS.
The program fails. After some debugging I found the function JSON.stringify is not converting the provided string to the correct format.
Example: the string: { on : false } parsed by JSON.stringify should normally result in: {"on":false}.
But for the RoomOS softare it remains: { on : false }.
Not sure if the latest CE versions are also impacted.

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