mycontroller-org / mycontroller-v1-legacy

The Open Source Controller
http://www.MyController.org
Apache License 2.0
148 stars 90 forks source link

Add "$variableName" in function "getVariableKey" #433

Closed wanvo closed 6 years ago

wanvo commented 6 years ago

Please add "$variableName" to the function "getVariableKey". It is necessary for this:VariableName to InfluxDB

jkandasa commented 6 years ago

https://forum.mycontroller.org/topic/251/variablename-to-influxdb

jkandasa commented 6 years ago

@wanvo this fix is available in SNAPSHOT version. Kindly check it and close this issue, if it works as you expected.

NOTE: When you use $variableName, if there is no variableName assigned, will be replaced with variableId.

wanvo commented 6 years ago

Thank you so much! Everything works well.