Alex Savin alex
  • Joined on 2025-02-03
alex pushed to main at alex/mysubaru 2025-07-21 19:12:49 -04:00
d7944123dd Update climate control settings for improved performance and user comfort
alex pushed to main at alex/mysubaru 2025-07-21 19:11:36 -04:00
0e5b9aae19 Add new feature status mappings and update run time validation in vehicle functions
alex pushed to main at alex/mysubaru 2025-07-21 16:03:07 -04:00
3809ed5883 Update climate settings in UpdateClimateQuickPresets for improved functionality
alex pushed to main at alex/mysubaru 2025-07-10 16:28:21 -04:00
32dfb8fb6e Update climateZoneFrontTemp preset value for improved cooling efficiency
alex pushed to main at alex/mysubaru 2025-07-10 16:22:21 -04:00
6604b8ccc3 Update climate control preset temperatures for improved user experience
alex pushed to main at alex/mysubaru 2025-07-10 16:17:26 -04:00
20f7ab5aa2 Refactor ClimateProfile struct to change boolean fields to string for improved consistency in JSON representation
alex pushed to main at alex/mysubaru 2025-07-10 16:09:55 -04:00
d41a2a7618 Change ClimateZoneFrontAirVolume type from int to string for consistency with JSON tags
alex pushed to main at alex/mysubaru 2025-07-10 16:08:10 -04:00
cbca67a61d Update golang.org/x/net dependency to v0.42.0
alex pushed to main at alex/mysubaru 2025-07-10 16:07:11 -04:00
c3d0fa53f1 Refactor ClimateProfile struct for improved readability and consistency in JSON tags
alex pushed to main at alex/mysubaru 2025-07-10 08:36:37 -04:00
89b3d44d82 Refactor vehicle climate control methods to improve parameter handling and add new climate preset updates
alex pushed to main at alex/mysubaru 2025-07-09 09:48:43 -04:00
ebe98e685a Remove debug logging from JSON unmarshalling in CustomTime types
alex pushed to main at alex/mysubaru 2025-07-09 09:43:41 -04:00
ed6ee5aacc Enhance JSON unmarshalling in CustomTime types to improve string parsing and add debug logging
alex pushed to main at alex/mysubaru 2025-07-08 22:38:17 -04:00
7f5b092c64 Refactor JSON unmarshalling in CustomTime types to simplify quote handling and improve null value checks
alex pushed to main at alex/mysubaru 2025-07-08 22:33:56 -04:00
c018850e34 Fix JSON unmarshalling in CustomTime types to correctly handle escaped quotes
alex pushed to main at alex/mysubaru 2025-07-08 22:32:49 -04:00
7ec4dc5f1a Fix JSON unmarshalling for CustomTime types to correctly handle escaped quotes
alex pushed to main at alex/mysubaru 2025-07-08 22:21:15 -04:00
a455733f8b Enhance JSON unmarshalling for CustomTime types to handle null values and improve string parsing
alex pushed to main at alex/mysubaru 2025-07-08 22:11:30 -04:00
0b2ed38ca3 Enhance session validation handling in API endpoints and refactor vehicle-related structures for improved clarity and functionality.
alex pushed to main at alex/mysubaru 2025-07-08 16:42:44 -04:00
07e3005e9c Remove session validation checks from vehicle selection and contact methods
alex pushed to main at alex/mysubaru 2025-07-08 16:32:51 -04:00
e8a1d8f54e Add session validation checks before executing vehicle commands
alex pushed to main at alex/mysubaru 2025-07-08 15:34:11 -04:00
30bd0bde44 Refactor session validation and enhance error handling in vehicle commands