Skip to content

Incorrect UI code validation for colon in parameters of method #5

@OKhalkov

Description

@OKhalkov

image

Payload:

{
    "temperatureUploadFrequency": 60,
    "humidityUploadFrequency": 30
}

Code:

var key = [];
foreach(element: msg.entrySet()){
    key.add(element.key);
}

var result = {
    contentType: "JSON",
    data: key,
    metadata: {
        deviceId: "deviceIdTuya"
    }
};

return result;

But the code performs correctly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions