Skip to content

Commit

Permalink
Example response when subscription expired
Browse files Browse the repository at this point in the history
  • Loading branch information
filcole authored Dec 29, 2022
1 parent 8455160 commit 14d86dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pycarwings2/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ class CarwingsLoginResponse(CarwingsResponse):
},
"UserInfoRevisionNo":"1"
}
example JSON response to login when subscription has expired. Resubscribe via the Nissan Connect EV website.
{
"status":"AAS-604",
"message":"INVALID PARAMS"
}
"""
def __init__(self, response):
CarwingsResponse.__init__(self, response)
Expand Down

0 comments on commit 14d86dc

Please sign in to comment.