mirror of
https://github.com/beestat/app.git
synced 2025-05-23 18:04:14 -04:00
Added ecobee_account_id to the ecobee_token table
This commit is contained in:
parent
19a500204b
commit
63b67f02c2
@ -67,6 +67,7 @@ class ecobee_token extends cora\crud {
|
||||
return [
|
||||
'access_token' => $response['access_token'],
|
||||
'refresh_token' => $response['refresh_token'],
|
||||
'ecobee_account_id' => $this->get_ecobee_account_id($response),
|
||||
'timestamp' => date('Y-m-d H:i:s'),
|
||||
'deleted' => 0
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user