homebridge 1.4.0-beta.3 → 1.4.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +4 -4
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +8 -2
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export type { Logger, Logging, } from "./logger";
|
|
|
48
48
|
* These get converted to their string value at compile time
|
|
49
49
|
* and can be safely used directly.
|
|
50
50
|
*/
|
|
51
|
-
export { Access, AccessControlEvent, AccessLevel, AccessoryEventTypes, AdaptiveLightingControllerEvents, AdaptiveLightingControllerMode, AudioBitrate, AudioCodecTypes, AudioSamplerate, AudioStreamingCodecType, AudioStreamingSamplerate, ButtonState, ButtonType, CameraControllerEvents, Categories, ChangeReason, CharacteristicEventTypes, DataFormatTags,
|
|
51
|
+
export { Access, AccessControlEvent, AccessLevel, AccessoryEventTypes, AdaptiveLightingControllerEvents, AdaptiveLightingControllerMode, AudioBitrate, AudioCodecTypes, AudioRecordingCodecType, AudioRecordingSamplerate, AudioSamplerate, AudioStreamingCodecType, AudioStreamingSamplerate, ButtonState, ButtonType, CameraControllerEvents, Categories, ChangeReason, CharacteristicEventTypes, DataFormatTags, DataStreamConnectionEvent, DataStreamServerEvent, DataStreamStatus, DefaultControllerType, EventTriggerOption, Formats, H264Level, H264Profile, HAPServerEventTypes, HAPStatus, HDSProtocolSpecificErrorReason, HDSStatus, MediaContainerType, PacketDataType, Perms, Protocols, RemoteControllerEvents, ResourceRequestReason, SRTPCryptoSuites, ServiceEventTypes, SiriAudioSessionEvents, StreamRequestTypes, TargetCategory, TargetUpdates, Topics, Units, } from "hap-nodejs";
|
|
52
52
|
/**
|
|
53
53
|
* Export HAP-NodeJS namespaces as type only
|
|
54
54
|
*/
|
|
@@ -56,15 +56,15 @@ export type { DataStreamParser, } from "hap-nodejs";
|
|
|
56
56
|
/**
|
|
57
57
|
* Export HAP-NodeJS classes as type only
|
|
58
58
|
*/
|
|
59
|
-
export type { AccessControlManagement, AdaptiveLightingController, CameraController, Characteristic, ColorUtils, DataStreamConnection, DataStreamManagement, DataStreamReader, DataStreamServer, DataStreamWriter, DoorbellController, HAPServer, HAPStorage, HapStatusError, HomeKitRemoteController, LegacyCameraSourceAdapter,
|
|
59
|
+
export type { AccessControlManagement, AdaptiveLightingController, CameraController, Characteristic, ColorUtils, DataStreamConnection, DataStreamManagement, DataStreamReader, DataStreamServer, DataStreamWriter, DoorbellController, HAPServer, HAPStorage, HapStatusError, HomeKitRemoteController, HDSProtocolError, LegacyCameraSourceAdapter, RecordingManagement, RemoteController, RTPStreamManagement, Service, SiriAudioSession, StreamController, } from "hap-nodejs";
|
|
60
60
|
/**
|
|
61
61
|
* Export HAP-NodeJS interfaces as type only
|
|
62
62
|
*/
|
|
63
|
-
export type { ActiveAdaptiveLightingTransition, AdaptiveLightingOptions, AdaptiveLightingTransitionCurveEntry, BrightnessAdjustmentMultiplierRange, CameraControllerOptions, CameraStreamingDelegate, CharacteristicOperationContext, CharacteristicProps, Controller, ControllerConstructor, ControllerContext, ControllerServiceMap, DataStreamProtocolHandler, LegacyCameraSource, ProxiedSourceResponse, PublishInfo, RTPProxyOptions, SerializableController, ServiceConfigurationChange, SiriAudioStreamProducer, SiriAudioStreamProducerConstructor, SourceResponse, } from "hap-nodejs";
|
|
63
|
+
export type { ActiveAdaptiveLightingTransition, AdaptiveLightingOptions, AdaptiveLightingTransitionCurveEntry, BrightnessAdjustmentMultiplierRange, CameraControllerOptions, CameraRecordingConfiguration, CameraRecordingDelegate, CameraStreamingDelegate, CharacteristicOperationContext, CharacteristicProps, Controller, ControllerConstructor, ControllerContext, ControllerServiceMap, DataStreamProtocolHandler, DoorbellOptions, H264CodecParameters, LegacyCameraSource, MediaContainerConfiguration, ProxiedSourceResponse, PublishInfo, RecordingManagementState, RecordingPacket, RTPProxyOptions, RTPStreamManagementState, SelectedH264CodecParameters, SerializableController, ServiceConfigurationChange, SiriAudioStreamProducer, SiriAudioStreamProducerConstructor, SourceResponse, VideoRecordingOptions, } from "hap-nodejs";
|
|
64
64
|
/**
|
|
65
65
|
* Export HAP-NodeJS type aliases as type only
|
|
66
66
|
*/
|
|
67
|
-
export type { AccessoriesCallback, AccessoryCharacteristicChange, AddPairingCallback, AdditionalAuthorizationHandler, Address, AudioCodec, AudioCodecConfiguration, AudioCodecParameters, AudioFrame, AudioInfo, AudioStreamingCodec, AudioStreamingOptions, ButtonConfiguration, Callback, Camera, CameraStreamingOptions, CharacteristicChange, CharacteristicGetCallback, CharacteristicGetHandler, CharacteristicSetCallback, CharacteristicSetHandler, CharacteristicValue, ControllerType, ErrorHandler, EventHandler, FrameHandler, GlobalEventHandler, GlobalRequestHandler,
|
|
67
|
+
export type { AccessoriesCallback, AccessoryCharacteristicChange, AddPairingCallback, AdditionalAuthorizationHandler, Address, AudioCodec, AudioCodecConfiguration, AudioCodecParameters, AudioFrame, AudioInfo, AudioRecordingCodec, AudioRecordingOptions, AudioStreamingCodec, AudioStreamingOptions, ButtonConfiguration, Callback, Camera, CameraRecordingOptions, CameraStreamingOptions, CharacteristicChange, CharacteristicGetCallback, CharacteristicGetHandler, CharacteristicSetCallback, CharacteristicSetHandler, CharacteristicValue, ControllerType, DataSendCloseReason, ErrorHandler, EventHandler, FrameHandler, GlobalEventHandler, GlobalRequestHandler, HAPHttpError, HAPPincode, IPAddress, IPv4Address, IPv6Address, IdentificationCallback, IdentifyCallback, InterfaceName, ListPairingsCallback, MacAddress, NodeCallback, Nullable, PairCallback, PairingsCallback, PrepareStreamCallback, PrepareStreamRequest, PrepareStreamResponse, PreparedDataStreamSession, PreparedStreamRequestCallback, PreparedStreamResponse, PrimitiveTypes, RTPTime, ReadCharacteristicsCallback, ReconfigureStreamRequest, ReconfiguredVideoInfo, RemovePairingCallback, RequestHandler, Resolution, ResourceRequestCallback, ResponseHandler, SerializedServiceMap, ServiceCharacteristicChange, ServiceId, SessionIdentifier, SnapshotRequest, SnapshotRequestCallback, Source, StartStreamRequest, StateChangeDelegate, StopStreamRequest, StreamAudioParams, StreamControllerOptions, StreamRequest, StreamRequestCallback, StreamSessionIdentifier, StreamVideoParams, StreamingRequest, SupportedButtonConfiguration, SupportedConfiguration, TLVEncodable, TargetConfiguration, VideoCodec, VideoInfo, VideoStreamingOptions, VoidCallback, WithUUID, WriteCharacteristicsCallback, } from "hap-nodejs";
|
|
68
68
|
/**
|
|
69
69
|
* Export HAP-NodeJS variables as type only
|
|
70
70
|
*/
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAGjC,oBAAY,GAAG,GAAG,GAAG,CAAC,KAAK,CAAC,CAAC;AAE7B;;GAEG;AACH,OAAO,EACL,QAAQ,EACR,UAAU,GACX,MAAM,OAAO,CAAC;AAEf;;GAEG;AACH,YAAY,EACV,gBAAgB,EAChB,UAAU,EACV,gBAAgB,EAChB,aAAa,EACb,YAAY,EAEZ,mBAAmB,EACnB,kBAAkB,EAElB,iBAAiB,EACjB,0BAA0B,EAC1B,eAAe,EACf,yBAAyB,EACzB,qBAAqB,EACrB,oBAAoB,EACpB,yBAAyB,EAEzB,GAAG,GACJ,MAAM,OAAO,CAAC;AAEf;;GAEG;AACH,OAAO,EACL,sBAAsB,GACvB,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,YAAY,EACV,iBAAiB,EACjB,cAAc,GACf,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,YAAY,EACV,iBAAiB,GAClB,MAAM,UAAU,CAAC;AAElB;;GAEG;AACH,YAAY,EACV,gBAAgB,EAChB,mBAAmB,EACnB,eAAe,EACf,cAAc,GACf,MAAM,iBAAiB,CAAC;AAEzB;;GAEG;AACH,YAAY,EACV,0BAA0B,GAC3B,MAAM,uBAAuB,CAAC;AAE/B;;GAEG;AACH,YAAY,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC;;GAEG;AACH,OAAO,EACL,QAAQ,GACT,MAAM,UAAU,CAAC;AAElB;;GAEG;AACH,YAAY,EACV,MAAM,EACN,OAAO,GACR,MAAM,UAAU,CAAC;AAElB;;;;GAIG;AACH,OAAO,EACL,MAAM,EACN,kBAAkB,EAClB,WAAW,EACX,mBAAmB,EACnB,gCAAgC,EAChC,8BAA8B,EAC9B,YAAY,EACZ,eAAe,EACf,eAAe,EACf,uBAAuB,EACvB,wBAAwB,EACxB,WAAW,EACX,UAAU,EACV,sBAAsB,EACtB,UAAU,EACV,YAAY,EACZ,wBAAwB,EAExB,cAAc,EACd,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/lib/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Units = exports.Topics = exports.TargetUpdates = exports.TargetCategory = exports.StreamRequestTypes = exports.SiriAudioSessionEvents = exports.ServiceEventTypes = exports.SRTPCryptoSuites = exports.RemoteControllerEvents = exports.Protocols = exports.Perms = exports.HDSStatus = exports.HAPStatus = exports.HAPServerEventTypes = exports.H264Profile = exports.H264Level = exports.Formats = exports.
|
|
3
|
+
exports.Units = exports.Topics = exports.TargetUpdates = exports.TargetCategory = exports.StreamRequestTypes = exports.SiriAudioSessionEvents = exports.ServiceEventTypes = exports.SRTPCryptoSuites = exports.ResourceRequestReason = exports.RemoteControllerEvents = exports.Protocols = exports.Perms = exports.PacketDataType = exports.MediaContainerType = exports.HDSStatus = exports.HDSProtocolSpecificErrorReason = exports.HAPStatus = exports.HAPServerEventTypes = exports.H264Profile = exports.H264Level = exports.Formats = exports.EventTriggerOption = exports.DefaultControllerType = exports.DataStreamStatus = exports.DataStreamServerEvent = exports.DataStreamConnectionEvent = exports.DataFormatTags = exports.CharacteristicEventTypes = exports.ChangeReason = exports.Categories = exports.CameraControllerEvents = exports.ButtonType = exports.ButtonState = exports.AudioStreamingSamplerate = exports.AudioStreamingCodecType = exports.AudioSamplerate = exports.AudioRecordingSamplerate = exports.AudioRecordingCodecType = exports.AudioCodecTypes = exports.AudioBitrate = exports.AdaptiveLightingControllerMode = exports.AdaptiveLightingControllerEvents = exports.AccessoryEventTypes = exports.AccessLevel = exports.AccessControlEvent = exports.Access = exports.LogLevel = exports.PlatformAccessoryEvent = exports.PluginType = exports.APIEvent = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* Export API const enums
|
|
6
6
|
*/
|
|
@@ -31,6 +31,8 @@ Object.defineProperty(exports, "AdaptiveLightingControllerEvents", { enumerable:
|
|
|
31
31
|
Object.defineProperty(exports, "AdaptiveLightingControllerMode", { enumerable: true, get: function () { return hap_nodejs_1.AdaptiveLightingControllerMode; } });
|
|
32
32
|
Object.defineProperty(exports, "AudioBitrate", { enumerable: true, get: function () { return hap_nodejs_1.AudioBitrate; } });
|
|
33
33
|
Object.defineProperty(exports, "AudioCodecTypes", { enumerable: true, get: function () { return hap_nodejs_1.AudioCodecTypes; } });
|
|
34
|
+
Object.defineProperty(exports, "AudioRecordingCodecType", { enumerable: true, get: function () { return hap_nodejs_1.AudioRecordingCodecType; } });
|
|
35
|
+
Object.defineProperty(exports, "AudioRecordingSamplerate", { enumerable: true, get: function () { return hap_nodejs_1.AudioRecordingSamplerate; } });
|
|
34
36
|
Object.defineProperty(exports, "AudioSamplerate", { enumerable: true, get: function () { return hap_nodejs_1.AudioSamplerate; } });
|
|
35
37
|
Object.defineProperty(exports, "AudioStreamingCodecType", { enumerable: true, get: function () { return hap_nodejs_1.AudioStreamingCodecType; } });
|
|
36
38
|
Object.defineProperty(exports, "AudioStreamingSamplerate", { enumerable: true, get: function () { return hap_nodejs_1.AudioStreamingSamplerate; } });
|
|
@@ -42,11 +44,11 @@ Object.defineProperty(exports, "ChangeReason", { enumerable: true, get: function
|
|
|
42
44
|
Object.defineProperty(exports, "CharacteristicEventTypes", { enumerable: true, get: function () { return hap_nodejs_1.CharacteristicEventTypes; } });
|
|
43
45
|
// CharacteristicWarningType,
|
|
44
46
|
Object.defineProperty(exports, "DataFormatTags", { enumerable: true, get: function () { return hap_nodejs_1.DataFormatTags; } });
|
|
45
|
-
Object.defineProperty(exports, "DataSendCloseReason", { enumerable: true, get: function () { return hap_nodejs_1.DataSendCloseReason; } });
|
|
46
47
|
Object.defineProperty(exports, "DataStreamConnectionEvent", { enumerable: true, get: function () { return hap_nodejs_1.DataStreamConnectionEvent; } });
|
|
47
48
|
Object.defineProperty(exports, "DataStreamServerEvent", { enumerable: true, get: function () { return hap_nodejs_1.DataStreamServerEvent; } });
|
|
48
49
|
Object.defineProperty(exports, "DataStreamStatus", { enumerable: true, get: function () { return hap_nodejs_1.DataStreamStatus; } });
|
|
49
50
|
Object.defineProperty(exports, "DefaultControllerType", { enumerable: true, get: function () { return hap_nodejs_1.DefaultControllerType; } });
|
|
51
|
+
Object.defineProperty(exports, "EventTriggerOption", { enumerable: true, get: function () { return hap_nodejs_1.EventTriggerOption; } });
|
|
50
52
|
Object.defineProperty(exports, "Formats", { enumerable: true, get: function () { return hap_nodejs_1.Formats; } });
|
|
51
53
|
Object.defineProperty(exports, "H264Level", { enumerable: true, get: function () { return hap_nodejs_1.H264Level; } });
|
|
52
54
|
Object.defineProperty(exports, "H264Profile", { enumerable: true, get: function () { return hap_nodejs_1.H264Profile; } });
|
|
@@ -54,10 +56,14 @@ Object.defineProperty(exports, "H264Profile", { enumerable: true, get: function
|
|
|
54
56
|
// HAPPairingHTTPCode,
|
|
55
57
|
Object.defineProperty(exports, "HAPServerEventTypes", { enumerable: true, get: function () { return hap_nodejs_1.HAPServerEventTypes; } });
|
|
56
58
|
Object.defineProperty(exports, "HAPStatus", { enumerable: true, get: function () { return hap_nodejs_1.HAPStatus; } });
|
|
59
|
+
Object.defineProperty(exports, "HDSProtocolSpecificErrorReason", { enumerable: true, get: function () { return hap_nodejs_1.HDSProtocolSpecificErrorReason; } });
|
|
57
60
|
Object.defineProperty(exports, "HDSStatus", { enumerable: true, get: function () { return hap_nodejs_1.HDSStatus; } });
|
|
61
|
+
Object.defineProperty(exports, "MediaContainerType", { enumerable: true, get: function () { return hap_nodejs_1.MediaContainerType; } });
|
|
62
|
+
Object.defineProperty(exports, "PacketDataType", { enumerable: true, get: function () { return hap_nodejs_1.PacketDataType; } });
|
|
58
63
|
Object.defineProperty(exports, "Perms", { enumerable: true, get: function () { return hap_nodejs_1.Perms; } });
|
|
59
64
|
Object.defineProperty(exports, "Protocols", { enumerable: true, get: function () { return hap_nodejs_1.Protocols; } });
|
|
60
65
|
Object.defineProperty(exports, "RemoteControllerEvents", { enumerable: true, get: function () { return hap_nodejs_1.RemoteControllerEvents; } });
|
|
66
|
+
Object.defineProperty(exports, "ResourceRequestReason", { enumerable: true, get: function () { return hap_nodejs_1.ResourceRequestReason; } });
|
|
61
67
|
Object.defineProperty(exports, "SRTPCryptoSuites", { enumerable: true, get: function () { return hap_nodejs_1.SRTPCryptoSuites; } });
|
|
62
68
|
Object.defineProperty(exports, "ServiceEventTypes", { enumerable: true, get: function () { return hap_nodejs_1.ServiceEventTypes; } });
|
|
63
69
|
Object.defineProperty(exports, "SiriAudioSessionEvents", { enumerable: true, get: function () { return hap_nodejs_1.SiriAudioSessionEvents; } });
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAQA;;GAEG;AACH,6BAGe;AAFb,+FAAA,QAAQ,OAAA;AACR,iGAAA,UAAU,OAAA;AA2BZ;;GAEG;AACH,yDAE6B;AAD3B,2HAAA,sBAAsB,OAAA;AAwCxB;;GAEG;AACH,mCAEkB;AADhB,kGAAA,QAAQ,OAAA;AAWV;;;;GAIG;AACH,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAQA;;GAEG;AACH,6BAGe;AAFb,+FAAA,QAAQ,OAAA;AACR,iGAAA,UAAU,OAAA;AA2BZ;;GAEG;AACH,yDAE6B;AAD3B,2HAAA,sBAAsB,OAAA;AAwCxB;;GAEG;AACH,mCAEkB;AADhB,kGAAA,QAAQ,OAAA;AAWV;;;;GAIG;AACH,yCAkDoB;AAjDlB,oGAAA,MAAM,OAAA;AACN,gHAAA,kBAAkB,OAAA;AAClB,yGAAA,WAAW,OAAA;AACX,iHAAA,mBAAmB,OAAA;AACnB,8HAAA,gCAAgC,OAAA;AAChC,4HAAA,8BAA8B,OAAA;AAC9B,0GAAA,YAAY,OAAA;AACZ,6GAAA,eAAe,OAAA;AACf,qHAAA,uBAAuB,OAAA;AACvB,sHAAA,wBAAwB,OAAA;AACxB,6GAAA,eAAe,OAAA;AACf,qHAAA,uBAAuB,OAAA;AACvB,sHAAA,wBAAwB,OAAA;AACxB,yGAAA,WAAW,OAAA;AACX,wGAAA,UAAU,OAAA;AACV,oHAAA,sBAAsB,OAAA;AACtB,wGAAA,UAAU,OAAA;AACV,0GAAA,YAAY,OAAA;AACZ,sHAAA,wBAAwB,OAAA;AACxB,6BAA6B;AAC7B,4GAAA,cAAc,OAAA;AACd,uHAAA,yBAAyB,OAAA;AACzB,mHAAA,qBAAqB,OAAA;AACrB,8GAAA,gBAAgB,OAAA;AAChB,mHAAA,qBAAqB,OAAA;AACrB,gHAAA,kBAAkB,OAAA;AAClB,qGAAA,OAAO,OAAA;AACP,uGAAA,SAAS,OAAA;AACT,yGAAA,WAAW,OAAA;AACX,eAAe;AACf,sBAAsB;AACtB,iHAAA,mBAAmB,OAAA;AACnB,uGAAA,SAAS,OAAA;AACT,4HAAA,8BAA8B,OAAA;AAC9B,uGAAA,SAAS,OAAA;AACT,gHAAA,kBAAkB,OAAA;AAClB,4GAAA,cAAc,OAAA;AACd,mGAAA,KAAK,OAAA;AACL,uGAAA,SAAS,OAAA;AACT,oHAAA,sBAAsB,OAAA;AACtB,mHAAA,qBAAqB,OAAA;AACrB,8GAAA,gBAAgB,OAAA;AAChB,+GAAA,iBAAiB,OAAA;AACjB,oHAAA,sBAAsB,OAAA;AACtB,gHAAA,kBAAkB,OAAA;AAClB,4GAAA,cAAc,OAAA;AACd,2GAAA,aAAa,OAAA;AACb,oGAAA,MAAM,OAAA;AACN,mGAAA,KAAK,OAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge",
|
|
3
3
|
"description": "HomeKit support for the impatient",
|
|
4
|
-
"version": "1.4.0-beta.
|
|
4
|
+
"version": "1.4.0-beta.4",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"chalk": "^4.1.2",
|
|
48
48
|
"commander": "5.1.0",
|
|
49
49
|
"fs-extra": "^10.0.0",
|
|
50
|
-
"hap-nodejs": "0.10.0-beta.
|
|
50
|
+
"hap-nodejs": "0.10.0-beta.7",
|
|
51
51
|
"qrcode-terminal": "^0.12.0",
|
|
52
52
|
"semver": "^7.3.5",
|
|
53
53
|
"source-map-support": "^0.5.20"
|