We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26498f7 commit 508cc7fCopy full SHA for 508cc7f
scripts/tests/z-wave-stack-binaries-test.sh
@@ -319,7 +319,7 @@ node_cli_()
319
| tail -n 1 | sed -e 's|NODE_ID: \(.*\)|\1|g' )
320
echo "NODE_ID: ${nodeid}"
321
nodeidhex=$(printf "%04X" $nodeid)
322
- nodeunid="zw-$homeid-$nodeidhex" # Unify Node Id
+ nodeunid="zw-$nodehomeid-$nodeidhex" # Unify Node Id
323
echo "NODE_UNID: ${nodeunid}"
324
;;
325
*)
0 commit comments