-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Change from this:
context.global.Ecobee.ClientID="Dwj6OVodRdo74XMVJEXvsgAw58OA9Uof";
//context.global.EcobeeRefreshToken="";
var newMsg ={
"url":"https://api.ecobee.com/token?grant_type=refresh_token&code="+context.global.Ecobee.refresh_token+"&client_id="+context.global.Ecobee.ClientID+"",
"method": "POST",
headers: {
}
};
return newMsg;
To this first line:
//context.global.Ecobee.ClientID="Dwj6OVodRdo74XMVJEXvsgAw58OA9Uof";
//context.global.EcobeeRefreshToken="";
var newMsg ={
"url":"https://api.ecobee.com/token?grant_type=refresh_token&code="+context.global.Ecobee.refresh_token+"&client_id="+context.global.Ecobee.ClientID+"",
"method": "POST",
headers: {
}
};
return newMsg;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels