TheThingsArchive / nodered-app-node

Node-RED Library for TTN Applications
https://www.thethingsnetwork.org/docs/node-red/
MIT License
21 stars 14 forks source link

remove type string for text properties in nodes #54

Closed RvRijsselt closed 5 years ago

RvRijsselt commented 5 years ago

Solution for #52.

The type of the configuration items does not have to be set to 'string', you can leave it out and it will still be a text field. Currently the TTN configuration is incorrectly invoking another Node-RED contrib node called 'string'. This makes it impossible to properly configure the TTN nodes.

johanstokking commented 5 years ago

Another simple yet valuable contribution. Can you rebase please?

johanstokking commented 5 years ago

Released and published as version v2.0.5. Apologies for the delay on this one and thanks for your contribution!