Merge pull request #125 from hardillb/master

fix typo in sensorTag type
This commit is contained in:
Dave Conway-Jones 2015-07-21 10:31:44 +01:00
commit 66572b2669
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ module.exports = function(RED) {
} else {
node.stag.unnotifyGyroscope(function() {});
}
if (node.stag.type === "cc2560") {
if (node.stag.type === "cc2650") {
if (node.luxometer) {
node.stag.enableLuxometer(function() {});
node.stag.notifyLuxometer(function() {});