stackhero-io / node-red-contrib-stackhero-influxdb-v2

Node-RED node to read and write to an InfluxDB v2 database.
31 stars 7 forks source link

Error returning string _value when start with a number #14

Open AdrianofloKi opened 3 years ago

AdrianofloKi commented 3 years ago

Hello, (sorry for my english) Query node: _value: "300x200 POT" msg.payload return _value : 300

In index.js file, replace line value = parseFloat(value); with highlighted

index-js