From 1c3f314f91cacdb823c61b10839f8c003b97cf90 Mon Sep 17 00:00:00 2001 From: overeasy Date: Tue, 12 Apr 2022 16:04:14 -0400 Subject: [PATCH] Allow duplicate names in influx uploader --- SD/index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SD/index.htm b/SD/index.htm index 67448cf8..8b9db638 100644 --- a/SD/index.htm +++ b/SD/index.htm @@ -2510,7 +2510,7 @@

0

var scriptEdit = { table : EbyId("serverOutputs"), set : serverConfig.outputs, - uniqueName : false, + uniqueNames : false, units : ["Watts", "Volts", "Amps", "Hz", "PF", "VA", "Wh", "kWh", "VAR", "VARh"], namePrompt : "Name must be valid field name", namePattern : "^[0-9a-zA-Z_$-/\.\+]+$",