mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Fix starting with a URL
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = function(RED) {
|
||||
|
||||
if (node.url) {
|
||||
try {
|
||||
eddystoneBeacon.advertiseUrl(msg.payload, node.options);
|
||||
eddystoneBeacon.advertiseUrl(node.url, node.options);
|
||||
} catch(e){
|
||||
node.error('Error setting beacon URL', e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user