mirror of
https://github.com/hardillb/node-red-alexa-home-skill-web.git
synced 2026-01-04 11:43:21 +01:00
Fix some merge issuse
This commit is contained in:
2
index.js
2
index.js
@@ -483,7 +483,7 @@ app.post('/auth/finish',function(req,res,next) {
|
||||
})(req,res,next);
|
||||
}
|
||||
}, oauthServer.decision(function(req,done){
|
||||
//console.log("decision user: ", req);
|
||||
console.log("decision user: ", req);
|
||||
done(null, { scope: req.oauth2.req.scope });
|
||||
}));
|
||||
|
||||
|
||||
@@ -354,12 +354,12 @@ npm install node-red-contrib-alexa-home-skill</pre>
|
||||
msg.extra = range;
|
||||
|
||||
} else {
|
||||
msg.payload = true;
|
||||
msg.extra = {
|
||||
targetTemperature: {
|
||||
value: msg.payload
|
||||
}
|
||||
}
|
||||
};
|
||||
msg.payload = true;
|
||||
|
||||
}
|
||||
return msg;</pre>
|
||||
|
||||
Reference in New Issue
Block a user