mirror of
https://github.com/beestat/app.git
synced 2025-05-24 02:14:03 -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 [
|
return [
|
||||||
'access_token' => $response['access_token'],
|
'access_token' => $response['access_token'],
|
||||||
'refresh_token' => $response['refresh_token'],
|
'refresh_token' => $response['refresh_token'],
|
||||||
|
'ecobee_account_id' => $this->get_ecobee_account_id($response),
|
||||||
'timestamp' => date('Y-m-d H:i:s'),
|
'timestamp' => date('Y-m-d H:i:s'),
|
||||||
'deleted' => 0
|
'deleted' => 0
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user