Skip to content

Commit

Permalink
chore: release v5.3.0
Browse files Browse the repository at this point in the history
* (Apollon77) Adjust Alarm methods to use the new API from Amazon. Also createNotification() and parseValue4Notification() now returns the new format for Alarms
* (Apollon77) Enhance createNotification() to also support adding reccurence information
* (Apollon77) Notification objects will also have a delete method now
* (Apollon77) Notifications can be cancelled now
* (Apollon77) Adjust logging when no callback is provided again, now logs also the body
* (Apollon77) Add methods:
  * getUsersMe()
  * getHousehold()
  * getNotificationSounds()
  * getDeviceNotificationState()
  * setDeviceNotificationVolume()
  * setDeviceNotificationDefaultSound()
  * getDeviceNotificationDefaultSound()
  * getAscendingAlarmState()
  * setDeviceAscendingAlarmState()
  * getRoutineSkillCatalog() to request the Skill catalog that can be used in Sequence Commands
  * cancelNotification()
  * setNotification() and setNotificationV2()
  • Loading branch information
Apollon77 committed Jul 9, 2022
1 parent e79bd5b commit 359881c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Thank you for that work.
* docu docu docu (sorry ... will come)

## Changelog:

### __WORK IN PROGRESS__
### 5.3.0 (2022-07-09)
* (Apollon77) Adjust Alarm methods to use the new API from Amazon. Also createNotification() and parseValue4Notification() now returns the new format for Alarms
* (Apollon77) Enhance createNotification() to also support adding reccurence information
* (Apollon77) Notification objects will also have a delete method now
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alexa-remote2",
"version": "5.2.0",
"version": "5.3.0",
"description": "Remote Control for amazon echo devices",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit 359881c

Please sign in to comment.