1
0
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:
Jon Ziebell 2022-06-30 22:45:34 -04:00
parent 19a500204b
commit 63b67f02c2

View File

@ -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
];