n8n-nodes-jygse-vw-weconnect 0.2.16 → 0.2.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -187,9 +187,9 @@ const VW_CLIENT_ID = 'ac42b0fa-3b11-48a0-a941-43a399e7ef84@apps_vw-dilab_com';
187
187
  const VW_SCOPE = 'openid profile address email phone';
188
188
  const VW_REDIRECT_URI = 'vwconnect://de.volkswagen.vwconnect/oauth2redirect/identitykit';
189
189
  const VW_RESPONSE_TYPE = 'id_token token code';
190
- // We Connect Go headers (from ioBroker.vw-connect - "go" type)
191
- const VW_USER_AGENT = 'okhttp/3.9.1';
192
- const VW_APP_PACKAGE = ''; // Empty for "go" type
190
+ // We Connect Go headers - use browser User-Agent to pass browser check
191
+ const VW_USER_AGENT = 'Mozilla/5.0 (Linux; Android 13; SM-G960F Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36';
192
+ const VW_APP_PACKAGE = 'de.volkswagen.vwconnect'; // VW Connect Go app package
193
193
  const VW_ACCEPT_LANGUAGE = 'en-US,en;q=0.9';
194
194
  function generateTraceId() {
195
195
  // Generate UUID v4 format
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-jygse-vw-weconnect",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "n8n community node for VW We Connect - Control your Volkswagen T6.1 and other VW vehicles",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",