mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 16:52:18 +00:00
homekit: alert if server address is not set.
This commit is contained in:
4
plugins/homekit/package-lock.json
generated
4
plugins/homekit/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user