mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Merge pull request #125 from hardillb/master
fix typo in sensorTag type
This commit is contained in:
commit
66572b2669
@ -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() {});
|
||||
|
Loading…
Reference in New Issue
Block a user