Skip to content

JSON.stringify not working in RoomOS #27

@gfolens

Description

@gfolens

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions