Skip to content

Commit

Permalink
Update API Version Numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneNulschDE committed Oct 5, 2023
1 parent b8724e1 commit 0951e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/mbapi2020/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
DEFAULT_LOCALE = "en-GB"
DEFAULT_COUNTRY_CODE = "EN"

RIS_APPLICATION_VERSION_NA = "3.30.1"
RIS_APPLICATION_VERSION_NA = "3.34.0"
RIS_APPLICATION_VERSION_CN = "1.27.0 (1758)"
RIS_APPLICATION_VERSION_PA = "1.30.1"
RIS_APPLICATION_VERSION_PA = "1.35.1"
RIS_APPLICATION_VERSION = "1.37.0"
RIS_SDK_VERSION = "2.105.0"
RIS_SDK_VERSION_CN = "2.84.0"
Expand Down Expand Up @@ -99,7 +99,7 @@
WEBSOCKET_API_BASE_CN = "wss://websocket.cn-prod.mobilesdk.mercedes-benz.com/ws"
WEBSOCKET_USER_AGENT = "MyCar/1.37.0 (com.daimler.ris.mercedesme.ece.ios; build:2001; iOS 17.1.0) Alamofire/5.4.0"
WEBSOCKET_USER_AGENT_CN = "MyStarCN/1.27.0 (com.daimler.ris.mercedesme.cn.ios; build:1758; iOS 16.3.1) Alamofire/5.4.0"
WEBSOCKET_USER_AGENT_PA = "mycar-store-ap v1.27.0, android 8.0.0, SDK 2.84.3"
WEBSOCKET_USER_AGENT_PA = "mycar-store-ap v1.35.0, android 8.0.0, SDK 2.84.3"
DEFAULT_SOCKET_MIN_RETRY = 15

SERVICE_REFRESH_TOKEN_URL = "refresh_access_token"
Expand Down

0 comments on commit 0951e89

Please sign in to comment.