Skip to content

Commit

Permalink
Allow duplicate names in influx uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
boblemaire committed Apr 12, 2022
1 parent 47bedd1 commit 1c3f314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SD/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2510,7 +2510,7 @@ <h3 id="calcDisplay">0</h3>
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_$-/\.\+]+$",
Expand Down

0 comments on commit 1c3f314

Please sign in to comment.