Skip to content

Commit

Permalink
chore: release v5.2.0
Browse files Browse the repository at this point in the history
* (Apollon77) Query API endpoints (including new method getEndpoints()) from Amazon on start and use this API endpoint for the calls
* (Apollon77) Enhance getDevicePreferences() to request preferences for one device
* (Apollon77) Add setDevicePreferences() to set the device preferences for a device
* (Apollon77) Add getDeviceWifiDetails() to get the Wifi definitions (including SSID and MAC) for a device
* (Apollon77) Load Device Preferences on startup and make accessible via device.preferences on the device objects
* (Apollon77) Add methods getDevicePreferences() and setDevicePreferences() to the alexa class and to the device objects
* (Apollon77) Add new Media Message "jump" (in sendMessage() method) with a mediaId as value (can be used to jump to another queue item)
* (Apollon77) Add getRoutineSoundList() to query available sound IDs for a routine
* (Apollon77) Add new command "sound" when creating/sending sequence nodes to play sounds
* (Apollon77) Add method getWholeHomeAudioGroups() to query information about the current Audio groups
* (Apollon77) Enhance sending "notification" sequence node to allow providing an object as value with keys title and text to specify the title for displaying the message too
* (Apollon77) Add setEnablementForSmarthomeDevice() to enable/disable a smart home device
* (Apollon77) Log Response with status code also when no callback is provided (but without body content)
* (Apollon77) Slightly adjust the calculated timeout when getting many smart home device values
  • Loading branch information
Apollon77 committed Jul 6, 2022
1 parent ba68474 commit cc4c7b7
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.2.0 (2022-07-06)
* (Apollon77) Query API endpoints (including new method getEndpoints()) from Amazon on start and use this API endpoint for the calls
* (Apollon77) Enhance getDevicePreferences() to request preferences for one device
* (Apollon77) Add setDevicePreferences() to set the device preferences for a device
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.1.0",
"version": "5.2.0",
"description": "Remote Control for amazon echo devices",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit cc4c7b7

Please sign in to comment.