diff --git a/lib/bleacon.js b/lib/bleacon.js index a2f4f76..9792c6d 100644 --- a/lib/bleacon.js +++ b/lib/bleacon.js @@ -118,6 +118,7 @@ Bleacon.prototype.onDiscover = function(peripheral) { bleacon.rssi = rssi; bleacon.accuracy = accuracy; bleacon.proximity = proximity; + bleacon.address = peripheral.address; this._discovered[peripheral.uuid] = bleacon;