fix typo in sensorTag type

This commit is contained in:
Ben Hardill 2015-07-21 09:17:31 +01:00
parent f1c8cb5e83
commit f7846c284b
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() {});