Skip to content

output payload boolean type looks for a string #60

@y8s

Description

@y8s

Line 286 here: https://github.com/caseyjhol/node-red-contrib-tplink/blob/master/nodes/kasa.js

        case 'bool':
          msg.payload = inputPayload === 'true'
          break

isn't that a string of true and not a boolean true?

I noticed that when I feed the node boolean true and false it always outputs msg.payload: false even when true.

When I changed the node input to a string type with the words "true" and "false" as the string, the output follows properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions