Skip to content

Commit

Permalink
cleanup, bump deeps
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Nov 7, 2024
1 parent 84c9db8 commit 9379d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
}
],
"description": "Here select the function of info button in RC.",
"required": true
"required": false
},
"volumeControlNamePrefix": {
"title": "Volume Control Name Prefix",
Expand Down Expand Up @@ -694,7 +694,7 @@
]
}
],
"required": true
"required": false
},
"enableDebugMode": {
"title": "Debug",
Expand All @@ -717,13 +717,6 @@
"description": "This disable log device info by every connections device to the network.",
"required": false
},
"enableRestFul": {
"title": "Enable",
"type": "boolean",
"default": false,
"description": "This enable RESTful server.",
"required": false
},
"restFul": {
"title": "RESTFul",
"type": "object",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Xbox TV",
"name": "homebridge-xbox-tv",
"version": "3.1.19",
"version": "3.1.20",
"description": "Homebridge plugin to control Xbox game consoles.",
"license": "MIT",
"author": "grzegorz914",
Expand Down Expand Up @@ -37,7 +37,7 @@
"elliptic": "^6.6.0",
"hex-to-binary": "^1.0.1",
"jsrsasign": "^11.1.0",
"uuid": "^10.0.0",
"uuid": "^11.0.2",
"ping": "^0.4.4",
"express": "^4.21.1",
"axios": "^1.7.7"
Expand Down

0 comments on commit 9379d9e

Please sign in to comment.