We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff51fe7 + 7e84108 commit 0d3de3fCopy full SHA for 0d3de3f
lib/parser-ibeacon.js
@@ -37,7 +37,7 @@ BeaconParserIbeacon.prototype.parse = function(peripheral) {
37
uuid : uuid,
38
major: manu.slice(20, 22).readUInt16BE(0),
39
minor: manu.slice(22, 24).readUInt16BE(0),
40
- txPower: manu.slice(24, 25).readUInt8(0)
+ txPower: manu.slice(24, 25).readInt8(0)
41
};
42
43
0 commit comments