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:
parent
f1c8cb5e83
commit
f7846c284b
@ -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() {});
|
||||||
|
Loading…
Reference in New Issue
Block a user