Skip to content

Commit

Permalink
bump beta
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Dec 4, 2023
1 parent a29fd42 commit e689d31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"singular": true,
"fixArrays": true,
"customUi": true,
"headerDisplay": "This plugin works with Xbox game Consoles. Devices are exposed to HomeKit as separate accessories and each needs to be manually paired.\n\n1. Open the Home <img src='https://user-images.githubusercontent.com/3979615/78010622-4ea1d380-738e-11ea-8a17-e6a465eeec35.png' height='16.42px'> app on your device.\n2. Tap the <img src='https://user-images.githubusercontent.com/3979615/78010869-9aed1380-738e-11ea-9644-9f46b3633026.png' height='16.42px'>.\n3. Tap *Add Accessory*, and select *I Don't Have a Code or Cannot Scan* or *More Options*.\n4. Select Your accessory and press add anyway.\n5. Enter the PIN or scan the QR code, this can be found in Homebridge UI or Homebridge logs.\n6. Complete the accessory setup.",
"headerDisplay": "This plugin works with Xbox Game Consoles. Devices are exposed to HomeKit as separate accessories and each needs to be manually paired.",
"footerDisplay": "For documentation please see [GitHub repository](https://github.com/grzegorz914/homebridge-xbox-tv).",
"schema": {
"type": "object",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"displayName": "Xbox TV",
"name": "homebridge-xbox-tv",
"version": "2.10.0-beta.229",
"description": "Homebridge plugin (https://github.com/homebridge/homebridge) to control Xbox game consoles.",
"version": "2.10.0-beta.230",
"description": "Homebridge plugin to control Xbox game consoles.",
"license": "MIT",
"author": "grzegorz914",
"homepage": "https://github.com/grzegorz914/homebridge-xbox-tv#readme",
Expand Down Expand Up @@ -33,11 +33,11 @@
"async-mqtt": "^2.6.3",
"elliptic": "^6.5.4",
"hex-to-binary": "^1.0.1",
"jsrsasign": "^10.8.6",
"jsrsasign": "^10.9.0",
"uuid": "^9.0.1",
"ping": "^0.4.4",
"express": "^4.18.2",
"axios": "^1.6.1"
"axios": "^1.6.2"
},
"keywords": [
"homebridge",
Expand Down

0 comments on commit e689d31

Please sign in to comment.