Skip to content

Commit

Permalink
Changed API endpoint
Browse files Browse the repository at this point in the history
New endpoint after Nissan's changes. Have tested the change via the Home Assistant integration.
API url found in dartcarwings here: Tobiaswk/dartcarwings@fad13b5
  • Loading branch information
Skeletorjus committed Sep 13, 2021
1 parent 4eddda4 commit 627f9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycarwings2/pycarwings2.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
import base64
from Crypto.Cipher import Blowfish

BASE_URL = "https://gdcportalgw.its-mo.com/api_v190426_NE/gdc/"
BASE_URL = "https://gdcportalgw.its-mo.com/api_v210707_NE/gdc/"

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 627f9e1

Please sign in to comment.