homekit: alert if server address is not set.

This commit is contained in:
Koushik Dutta
2023-01-02 17:15:44 -08:00
parent 2b972534e5
commit ff8749b306
3 changed files with 5 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/homekit",
"version": "1.1.88",
"version": "1.1.89",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/homekit",
"version": "1.1.88",
"version": "1.1.89",
"dependencies": {
"@koush/werift-src": "file:../../external/werift",
"check-disk-space": "^3.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/homekit",
"version": "1.1.88",
"version": "1.1.89",
"description": "HomeKit Plugin for Scrypted",
"scripts": {
"scrypted-setup-project": "scrypted-setup-project",

View File

@@ -181,6 +181,8 @@ export function createCameraStreamingDelegate(device: ScryptedDevice & VideoCame
console.warn('If there are issues streaming, set this address to your wired IP address manually.');
console.warn('More information can be found in the HomeKit Plugin README.');
console.warn('===========================================================================');
sdk.log.a('The Scrypted Server Address should be set in the Scrypted settings. More information can be found in the HomeKit Plugin README.');
}
console.log('source address', response.addressOverride, videoPort, audioPort);