Some updates
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 25s

This commit is contained in:
2025-05-28 12:25:15 -04:00
parent c33afa67ef
commit fa6104f140
3 changed files with 68 additions and 58 deletions

View File

@ -3,8 +3,9 @@ package mysubaru
var MOBILE_API_VERSION = "/g2v30"
var MOBILE_API_SERVER = map[string]string{
"USA": "https://mobileapi.prod.subarucs.com",
"CAN": "https://mobileapi.ca.prod.subarucs.com",
"USA": "https://mobileapi.prod.subarucs.com",
"CAN": "https://mobileapi.ca.prod.subarucs.com",
"TEST": "http://127.0.0.1:56765",
}
var MOBILE_APP = map[string]string{
@ -116,6 +117,8 @@ var features = map[string]string{
"g1": "Generation #1",
"g2": "Generation #2",
"g3": "Generation #3",
"BDS": "Blind-Spot Detection",
"RHSF": "Rear High-Speed Function / Reverse Automatic Braking / Rear Cross-Traffic Alert",
"11.6MMAN": "11.6-inch Infotainment System",
"EYESIGHT": "EyeSight Exclusive Advanced Driver-Assist System",
"NAV_TOMTOM": "TomTom Navigation",