-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGED
62 lines (37 loc) · 1.24 KB
/
CHANGED
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
July 28, 2017
First commit
September 28, 2017
Update logic fixes should remove warnings
Implemented setting temperature and charge limits
November 15, 2017
Improvements
-add data endpoint
-improve timing when charging
-fix crash on api error messages
January 20, 2018
- fixed bug when refreshing token
- do not slow data refresh if speed is 0
January 21, 2018
- fix error handling decoding json strings
January 25, 2018
- fix handling of refresh token
January 30, 2019
- enable stateFormat attribute
- renamed chargeLimit reading to charge_limit_soc to improve changing via UI
- add new API data request item "data" which includes everything from the older items vehicle charge drive climate gui in one request
- improve polling to support car sleep mode / wakeup
April 16, 2019
- Fix bug when account had several cars
- Correct documentation of attributes
March 3, 2020
- Added vehicle command startDefrost
August 17, 2020
- Code cleanup
- Removed streaming support and multiple endpoint support for simplicity's sake
- Fixed Perl Warnings
April 17, 2022
- Oliver Vallant adapted to TESLA's new refresh/accessToken handling
April 20, 2022
- mahil added charge_amps
April 24, 2022
- Merge fork by Jaykoert