blendmicro
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -0,1 +1,5 @@ | ||
=== 0.0.5 2014-06-14 | ||
* add method BlemdMicro#updateRssi(err, rssi) | ||
=== 0.0.4 2014-06-14 | ||
@@ -2,0 +6,0 @@ |
@@ -124,2 +124,7 @@ (function() { | ||
BlendMicro.prototype.updateRssi = function(callback) { | ||
var _ref; | ||
return (_ref = this.peripheral) != null ? _ref.updateRssi(callback) : void 0; | ||
}; | ||
return BlendMicro; | ||
@@ -126,0 +131,0 @@ |
{ | ||
"name": "blendmicro", | ||
"private": false, | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "BlendMicro Node Lib", | ||
@@ -6,0 +6,0 @@ "main": "lib/blendmicro.js", |
@@ -12,2 +12,5 @@ var BlendMicro = require(__dirname+'/../../'); | ||
console.log(data.toString()); | ||
bm.updateRssi(function(err, rssi){ | ||
console.log("rssi:"+rssi); | ||
}); | ||
}); | ||
@@ -14,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
14643
142