Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jan 28, 2025
1 parent b32e06d commit 7f28f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Bmw extends utils.Adapter {
this.on('stateChange', this.onStateChange.bind(this));
this.on('unload', this.onUnload.bind(this));
this.userAgent = 'My%20BMW/8932 CFNetwork/978.0.7 Darwin/18.7.0';
this.userAgentDart = 'Dart/2.14 (dart:io)';
this.xuserAgent = 'android(SP1A.210812.016.C1);brand;99.0.0(99999);row';
this.userAgentDart = 'Dart/3.3 (dart:io)';
this.xuserAgent = 'android(AP2A.240605.024);brand;4.99.9(96892);row';
this.updateInterval;
this.reLoginTimeout;
this.refreshTokenInterval;
Expand Down

0 comments on commit 7f28f7e

Please sign in to comment.