UNPKG
uri-beacon
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
Bluetooth URI Beacon
github.com/don/node-uri-beacon
don/node-uri-beacon
uri-beacon
/
examples
/
powerLevel.js
6 lines
(4 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
var
uriBeacon =
require
(
'./../uri-beacon'
);
// txPowerLevel can be set in options hash
// should be between -100 and 20 dBm
uriBeacon.
advertise
(
"http://www.eff.org"
, {
txPowerLevel
: -
31
});