Skip to content

Commit

Permalink
bump 1.4.0
Browse files Browse the repository at this point in the history
## [1.4.0] - 2021-02-19
## Changes
- code rebuild, use Characteristic.onSet
- require Homebridge 1.3.x or abowe
  • Loading branch information
grzegorz914 committed Feb 19, 2021
1 parent 7743655 commit e8328be
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 296 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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.4.0] - 2021-02-19
## Changes
- code rebuild, use Characteristic.onSet
- require Homebridge 1.3.x or abowe

## [1.3.10] - 2021-02-15
## Added and Fixed
* Add possibility disable log info, options available in config
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Homebridge plugin to control Microsoft game consoles in HomeKit as a TV service.
4. Tap *Add Accessory*, and select *I Don't Have a Code or Cannot Scan*.
5. Enter the Homebridge PIN, this can be found under the QR code in Homebridge UI or your Homebridge logs, alternatively you can select *Use Camera* and scan the QR code again.

## Note
1. Versin 1.4.0 and abowe need to be used with Homebridge min. v1.3.x.

## Information
* Power ON/OFF short press tile in HomeKit app.
* Remote/media control is possible after you go to the RC app on iOS or iPadOS.
Expand Down
4 changes: 2 additions & 2 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "string",
"default": "192.168.1.6",
"required": true,
"format": "ipv4"
"format": "hostname"
},
"xboxliveid": {
"title": "Xbox Live ID",
Expand All @@ -38,7 +38,7 @@
"type": "integer",
"default": 5,
"minimum": 0,
"maximum": 300,
"maximum": 100,
"required": true
},
"disableLogInfo": {
Expand Down
Loading

0 comments on commit e8328be

Please sign in to comment.