Skip to content

Commit

Permalink
bump 1.6.0
Browse files Browse the repository at this point in the history
## [1.6.0] - 2021-08-04
## Changes
- added possibility load inputs list direct from device
- chenged config properties, please adapted config to latest one
- changed stored files names, may be need authenticate console again or just copy authentication Token to the new created file(authToken_xxxx)
- update dependencies
- code rebuild
  • Loading branch information
grzegorz914 committed Aug 4, 2021
1 parent 4be8225 commit 9ac3382
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 179 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.6.0] - 2021-08-04
## Changes
- added possibility load inputs list direct from device
- chenged config properties, please adapted config to latest one
- changed stored files names, may be need authenticate console again or just copy authentication Token to the new created file(authToken_xxxx)
- update dependencies
- code rebuild

## [1.5.0] - 2021-04-11
## Changes
- added control over Web Api
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Homebridge plugin for Microsoft game consoles. Tested with Xbox One X/S and Xbox

## Configuration and enable web API control
1. After enable `xboxWebApiEnabled` option, restart the plugin and go to Homebridge console log.
2. Open the authentication URL and login to Your XboxLive account, next accept permision for this app.
3. After accept permiosion for this app copy the part after `?code=` from the response URL and paste it in to the `xboxWebApiToken` in plugin config, save and restart the plugin again, done.
2. Open the authentication URI and login to Your Xbox Live account, next accept permission for this app.
3. After accept permiossion for this app copy the part after `?code=` from the response URI and paste it in to the `xboxWebApiToken` in plugin config, save and restart the plugin again, done.

Install and use [Homebridge Config UI X](https://github.com/oznu/homebridge-config-ui-x) plugin to configure this plugin (strongly recomended). The sample configuration can be edited and used manually as an alternative. See the `sample-config.json` file in this repository for an example or copy the example below into your config.json file, making the apporpriate changes before saving it. Be sure to always make a backup copy of your config.json file before making any changes to it.
| Key | Description |
Expand Down
Loading

0 comments on commit 9ac3382

Please sign in to comment.