homekit: readme

This commit is contained in:
Koushik Dutta
2022-01-29 19:49:12 -08:00
parent 83fe22e9f3
commit bfcf597f25
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/homekit",
"version": "0.0.183",
"version": "0.0.184",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/homekit",
"version": "0.0.183",
"version": "0.0.184",
"dependencies": {
"hap-nodejs": "file:../../external/HAP-NodeJS",
"lodash": "^4.17.21",

View File

@@ -40,5 +40,5 @@
"@types/qrcode": "^1.4.1",
"@types/url-parse": "^1.4.3"
},
"version": "0.0.183"
"version": "0.0.184"
}

View File

@@ -72,7 +72,7 @@ class HomeKit extends ScryptedDeviceBase implements MixinProvider, Settings, Hom
title: 'Scrypted Server Address',
value: this.storage.getItem('addressOverride'),
key: 'addressOverride',
description: 'Optional: The network address used by the Scrypted bridge. Set this to the wired address to prevent usage of wireless address.',
description: 'Optional: The network address used by the Scrypted server. Set this to the wired address to prevent usage of wireless address.',
choices: addresses,
combobox: true,
},