Mike Blackstock
Mike Blackstock
When restarting the Node-RED runtime e.g. using Node-RED in an embedded application (RED.start(), then RED.stop() then RED.start() again, the dashboard does not pick up the server and settings changes. See...
Looks like we have until June 2017 https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/
In creating nodes https://nodered.org/docs/creating-nodes/ probably based on stack overflow article https://stackoverflow.com/questions/41567175/send-data-on-configuration/41567832#41567832
In creating nodes, e.g. how the template and function nodes can save code/templates for reuse.
Output node should be able to handle all output. There should be no need for a batch node if we drop old versions #117
Currently all numbers are sent as float, and integers are encoded as a string, which is a bit odd. We need a way to specify the numeric types of fields...
To simplify the code base we will drop support for older versions of InfluxDb to focus on versions that use the current [influxdb client library ](https://github.com/influxdata/influxdb-client-js).
follow up to #81
Currently we only support a single influxdb server configuration. Could support multiple hosts in a cluster configuration.