-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add environment variable “scheduledEventArn” and handle CloudWatch scheduled events.
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8e01b2b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was the intention in this source to call "car.getBatteryStatus" for the scheduled event? I found when modifying to call car.sendUpdateCommand() I was able to get the scheduled event to populate the IOS App with a normal "Update" as performed from the iPhone on a scheduled basis. There were annoying alerts that started from the Nissan Portal - (sms/email) that I subsequently disabled.... but it worked. Opening the iPhone app - there is status updated within period of CloudWatch event trigger. As well, to note: The Nissan Connect Portal is NOT updated through this API call. You need to refresh from the web portal manually in order to update on the web interface of the EV @nissan.... but the iPhone App data is current based on scheduled call.