Skip to content
Snippets Groups Projects
Commit 0595b72d authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

bugfix: add comm address

parent b327bf10
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ import("system.neon");
import("system.vars");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null)
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW && (vars.get("$this.value") == null || vars.get("$this.value") == ""))
result.string(util.getNewUUID());
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment