honeywell-js-setup
Version:
Simple web server to retrieve credentials for using the Honeywell Home service
13 lines (8 loc) • 360 B
JavaScript
module.exports = {
// use these two values when creating the applicqtion entry at https://developer.honeywell.com/
appName: 'homebridge-honeywell-home',
callbackURL: 'http://127.0.0.1:3000/auth',
// update these values after completing Step 5 in the instructions
consumerKey: 'A5nV2bVn7Jzo4FzcZQyADZVGoxSrHAJe',
consumerSecret: 'xjokooAQHWkqAEel'
};