You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im able to execute commands that doesn't require any options parameters. and im getting response data as expected.
However when try commands with parameter its not returning data
Hi thank you for this awesome project.
Im able to execute commands that doesn't require any options parameters. and im getting response data as expected.
However when try commands with parameter its not returning data
Works:
data= await onStar.getChargingProfile();
doesn't work
response status is success but data is undefined.
Any idea what im doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: