Anamico / node-red-contrib-alarm

Nodes to build your own home alarm system. Designed to work easily with (but does not require) homekit.
MIT License
24 stars 9 forks source link

configId is not defined #33

Open bartbutenaers opened 3 years ago

bartbutenaers commented 3 years ago

Dear,

When you open the developer tools of your browser (where the flow editor is being visualized), you will see this error when the config screen of the Sensor node is being opened:

ReferenceError: configId is not defined
    at Object.oneditprepare (<anonymous>:69:38)

It is triggered by this code snippet in the oneditprepare function:

image

It seems to me that this code can have never been functional. So not sure what it is being used for?

Would be nice if you could have a look at this!

Thanks !! Bart