From d171ac731c37f9c19403cba0fd380647cb95ca57 Mon Sep 17 00:00:00 2001 From: simonox Date: Thu, 23 Feb 2023 17:50:47 +0100 Subject: [PATCH] It's number, not integer, stupid --- software/flow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/flow/README.md b/software/flow/README.md index 4bc6177..db10de4 100644 --- a/software/flow/README.md +++ b/software/flow/README.md @@ -61,7 +61,7 @@ In Node-RED we will be passing the power consumption number through MQTT. ![Overview](./docs/images/influx-flow.png) -By default this will be passed as a string, so we need to create a function to convert it into an integer before storing it in InfluxDB. +By default this will be passed as a string, so we need to create a function to convert it into a Number before storing it in InfluxDB. Add a function node to the page and put the following code into the node: