1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

fix typo in sensorTag type

This commit is contained in:
Ben Hardill 2015-07-21 09:17:31 +01:00
parent f1c8cb5e83
commit f7846c284b

View File

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