hap-nodejs 0.9.4-beta.4 → 0.9.7
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/README.md +1 -1
- package/dist/BridgedCore.js +3 -3
- package/dist/BridgedCore.js.map +1 -1
- package/dist/Core.js +3 -3
- package/dist/Core.js.map +1 -1
- package/dist/accessories/AppleTVRemote_accessory.js +8 -8
- package/dist/accessories/AppleTVRemote_accessory.js.map +1 -1
- package/dist/accessories/Camera_accessory.js +2 -2
- package/dist/accessories/Camera_accessory.js.map +1 -1
- package/dist/accessories/Fan_accessory.js +4 -4
- package/dist/accessories/gstreamer-audioProducer.js +7 -7
- package/dist/accessories/gstreamer-audioProducer.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +34 -24
- package/dist/index.js.map +1 -1
- package/dist/lib/Accessory.d.ts +20 -3
- package/dist/lib/Accessory.d.ts.map +1 -1
- package/dist/lib/Accessory.js +114 -81
- package/dist/lib/Accessory.js.map +1 -1
- package/dist/lib/AccessoryLoader.js +5 -5
- package/dist/lib/AccessoryLoader.js.map +1 -1
- package/dist/lib/Advertiser.d.ts +2 -2
- package/dist/lib/Advertiser.d.ts.map +1 -1
- package/dist/lib/Advertiser.js +32 -24
- package/dist/lib/Advertiser.js.map +1 -1
- package/dist/lib/Bridge.js +1 -1
- package/dist/lib/Bridge.js.map +1 -1
- package/dist/lib/Characteristic.d.ts +19 -1
- package/dist/lib/Characteristic.d.ts.map +1 -1
- package/dist/lib/Characteristic.js +48 -48
- package/dist/lib/Characteristic.js.map +1 -1
- package/dist/lib/HAPServer.js +26 -26
- package/dist/lib/HAPServer.js.map +1 -1
- package/dist/lib/Service.d.ts +7 -1
- package/dist/lib/Service.d.ts.map +1 -1
- package/dist/lib/Service.js +29 -25
- package/dist/lib/Service.js.map +1 -1
- package/dist/lib/camera/RTPProxy.js +1 -1
- package/dist/lib/camera/RTPProxy.js.map +1 -1
- package/dist/lib/camera/RTPStreamManagement.d.ts +2 -2
- package/dist/lib/camera/RTPStreamManagement.d.ts.map +1 -1
- package/dist/lib/camera/RTPStreamManagement.js +16 -15
- package/dist/lib/camera/RTPStreamManagement.js.map +1 -1
- package/dist/lib/camera/index.js +3 -3
- package/dist/lib/camera/index.js.map +1 -1
- package/dist/lib/controller/AdaptiveLightingController.js +12 -12
- package/dist/lib/controller/AdaptiveLightingController.js.map +1 -1
- package/dist/lib/controller/CameraController.js +5 -5
- package/dist/lib/controller/CameraController.js.map +1 -1
- package/dist/lib/controller/DoorbellController.js +1 -1
- package/dist/lib/controller/DoorbellController.js.map +1 -1
- package/dist/lib/controller/RemoteController.js +20 -20
- package/dist/lib/controller/RemoteController.js.map +1 -1
- package/dist/lib/controller/index.js +5 -5
- package/dist/lib/controller/index.js.map +1 -1
- package/dist/lib/datastream/DataStreamManagement.js +3 -3
- package/dist/lib/datastream/DataStreamManagement.js.map +1 -1
- package/dist/lib/datastream/DataStreamParser.js +15 -15
- package/dist/lib/datastream/DataStreamParser.js.map +1 -1
- package/dist/lib/datastream/DataStreamServer.js +10 -10
- package/dist/lib/datastream/DataStreamServer.js.map +1 -1
- package/dist/lib/datastream/index.js +3 -3
- package/dist/lib/datastream/index.js.map +1 -1
- package/dist/lib/definitions/CharacteristicDefinitions.d.ts +132 -0
- package/dist/lib/definitions/CharacteristicDefinitions.d.ts.map +1 -1
- package/dist/lib/definitions/CharacteristicDefinitions.js +579 -237
- package/dist/lib/definitions/CharacteristicDefinitions.js.map +1 -1
- package/dist/lib/definitions/ServiceDefinitions.d.ts +44 -0
- package/dist/lib/definitions/ServiceDefinitions.d.ts.map +1 -1
- package/dist/lib/definitions/ServiceDefinitions.js +196 -73
- package/dist/lib/definitions/ServiceDefinitions.js.map +1 -1
- package/dist/lib/definitions/generate-definitions.d.ts +1 -0
- package/dist/lib/definitions/generate-definitions.d.ts.map +1 -1
- package/dist/lib/definitions/generate-definitions.js +62 -59
- package/dist/lib/definitions/generate-definitions.js.map +1 -1
- package/dist/lib/definitions/generator-configuration.d.ts.map +1 -1
- package/dist/lib/definitions/generator-configuration.js +19 -4
- package/dist/lib/definitions/generator-configuration.js.map +1 -1
- package/dist/lib/definitions/index.js +2 -2
- package/dist/lib/definitions/index.js.map +1 -1
- package/dist/lib/model/AccessoryInfo.js +9 -9
- package/dist/lib/model/AccessoryInfo.js.map +1 -1
- package/dist/lib/model/ControllerStorage.js +6 -6
- package/dist/lib/model/ControllerStorage.js.map +1 -1
- package/dist/lib/model/HAPStorage.js +1 -1
- package/dist/lib/model/HAPStorage.js.map +1 -1
- package/dist/lib/model/IdentifierCache.js +2 -2
- package/dist/lib/model/IdentifierCache.js.map +1 -1
- package/dist/lib/tv/AccessControlManagement.js +2 -2
- package/dist/lib/tv/AccessControlManagement.js.map +1 -1
- package/dist/lib/util/clone.js +4 -4
- package/dist/lib/util/clone.js.map +1 -1
- package/dist/lib/util/color-utils.js +2 -2
- package/dist/lib/util/color-utils.js.map +1 -1
- package/dist/lib/util/eventedhttp.js +32 -32
- package/dist/lib/util/eventedhttp.js.map +1 -1
- package/dist/lib/util/hapCrypto.js +7 -7
- package/dist/lib/util/hapCrypto.js.map +1 -1
- package/dist/lib/util/hapStatusError.js +2 -2
- package/dist/lib/util/hapStatusError.js.map +1 -1
- package/dist/lib/util/net-utils.js +6 -6
- package/dist/lib/util/net-utils.js.map +1 -1
- package/dist/lib/util/once.js +1 -1
- package/dist/lib/util/once.js.map +1 -1
- package/dist/lib/util/promise-utils.d.ts +2 -0
- package/dist/lib/util/promise-utils.d.ts.map +1 -0
- package/dist/lib/util/promise-utils.js +10 -0
- package/dist/lib/util/promise-utils.js.map +1 -0
- package/dist/lib/util/time.js +3 -3
- package/dist/lib/util/time.js.map +1 -1
- package/dist/lib/util/tlv.js +6 -6
- package/dist/lib/util/tlv.js.map +1 -1
- package/dist/lib/util/uuid.js +1 -1
- package/dist/lib/util/uuid.js.map +1 -1
- package/package.json +20 -21
|
@@ -1,19 +1,57 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// THIS FILE IS AUTO-GENERATED - DO NOT MODIFY
|
|
3
|
-
// V=
|
|
3
|
+
// V=880
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.WiFiSatelliteStatus = exports.WiFiConfigurationControl = exports.WiFiCapabilities = exports.WaterLevel = exports.WANStatusList = exports.WANConfigurationList = exports.WakeConfiguration = exports.VolumeSelector = exports.VolumeControlType = exports.Volume = exports.VOCDensity = exports.VideoAnalysisActive = exports.Version = exports.ValveType = exports.TunneledAccessoryStateNumber = exports.TunneledAccessoryConnected = exports.TunneledAccessoryAdvertising = exports.TunnelConnectionTimeout = exports.TransmitPower = exports.TimeUpdate = exports.ThreadStatus = exports.ThreadOpenThreadVersion = exports.ThreadNodeCapabilities = exports.ThreadControlPoint = exports.ThirdPartyCameraActive = exports.TemperatureDisplayUnits = exports.TargetVisibilityState = exports.TargetVerticalTiltAngle = exports.TargetTiltAngle = exports.TargetTemperature = exports.TargetSlatState = void 0;
|
|
5
|
+
exports.CurrentPosition = exports.CurrentMediaState = exports.CurrentHumidifierDehumidifierState = exports.CurrentHorizontalTiltAngle = exports.CurrentHeatingCoolingState = exports.CurrentHeaterCoolerState = exports.CurrentFanState = exports.CurrentDoorState = exports.CurrentAmbientLightLevel = exports.CurrentAirPurifierState = exports.CoolingThresholdTemperature = exports.ContactSensorState = exports.ConfiguredName = exports.ConfigureBridgedAccessoryStatus = exports.ConfigureBridgedAccessory = exports.ConfigurationState = exports.ColorTemperature = exports.ClosedCaptions = exports.ChargingState = exports.CharacteristicValueTransitionControl = exports.CharacteristicValueActiveTransitionCount = exports.CCASignalDetectThreshold = exports.CCAEnergyDetectThreshold = exports.Category = exports.CarbonMonoxidePeakLevel = exports.CarbonMonoxideLevel = exports.CarbonMonoxideDetected = exports.CarbonDioxidePeakLevel = exports.CarbonDioxideLevel = exports.CarbonDioxideDetected = exports.CameraOperatingModeIndicator = exports.ButtonEvent = exports.Brightness = exports.BatteryLevel = exports.AudioFeedback = exports.AssetUpdateReadiness = exports.AppMatchingIdentifier = exports.AirQuality = exports.AirPlayEnable = exports.AirParticulateSize = exports.AirParticulateDensity = exports.AdministratorOnlyAccess = exports.ActivityInterval = exports.ActiveIdentifier = exports.Active = exports.AccessoryIdentifier = exports.AccessoryFlags = exports.AccessControlLevel = exports.AccessCodeSupportedConfiguration = exports.AccessCodeControlPoint = void 0;
|
|
6
|
+
exports.MACRetransmissionMaximum = exports.Logs = exports.LockTargetState = exports.LockPhysicalControls = exports.LockManagementAutoSecurityTimeout = exports.LockLastKnownAction = exports.LockCurrentState = exports.LockControlPoint = exports.ListPairings = exports.LinkQuality = exports.LeakDetected = exports.IsConfigured = exports.InUse = exports.InputSourceType = exports.InputDeviceType = exports.ImageRotation = exports.ImageMirroring = exports.Identify = exports.Identifier = exports.Hue = exports.HomeKitCameraActive = exports.HoldPosition = exports.HeatingThresholdTemperature = exports.HeartBeat = exports.HardwareRevision = exports.HardwareFinish = exports.FirmwareUpdateStatus = exports.FirmwareUpdateReadiness = exports.FirmwareRevision = exports.FilterLifeLevel = exports.FilterChangeIndication = exports.EventTransmissionCounters = exports.EventSnapshotsActive = exports.EventRetransmissionMaximum = exports.DisplayOrder = exports.DiscoveredBridgedAccessories = exports.DiscoverBridgedAccessories = exports.DigitalZoom = exports.DiagonalFieldOfView = exports.DayoftheWeek = exports.DataStreamHAPTransportInterrupt = exports.DataStreamHAPTransport = exports.CurrentVisibilityState = exports.CurrentVerticalTiltAngle = exports.CurrentTransport = exports.CurrentTime = exports.CurrentTiltAngle = exports.CurrentTemperature = exports.CurrentSlatState = exports.CurrentRelativeHumidity = void 0;
|
|
7
|
+
exports.RemoteKey = exports.RemainingDuration = exports.RelayState = exports.RelayEnabled = exports.RelayControlPoint = exports.RelativeHumidityHumidifierThreshold = exports.RelativeHumidityDehumidifierThreshold = exports.RecordingAudioActive = exports.ReceiverSensitivity = exports.ReceivedSignalStrengthIndication = exports.Reachable = exports.ProgramMode = exports.ProgrammableSwitchOutputState = exports.ProgrammableSwitchEvent = exports.ProductData = exports.PowerModeSelection = exports.PositionState = exports.PM2_5Density = exports.PM10Density = exports.Ping = exports.PictureMode = exports.PeriodicSnapshotsActive = exports.PasswordSetting = exports.PairVerify = exports.PairSetup = exports.PairingFeatures = exports.OzoneDensity = exports.OutletInUse = exports.OpticalZoom = exports.OperatingStateResponse = exports.On = exports.OccupancyDetected = exports.ObstructionDetected = exports.NitrogenDioxideDensity = exports.NightVision = exports.NFCAccessSupportedConfiguration = exports.NFCAccessControlPoint = exports.NetworkClientStatusControl = exports.NetworkClientProfileControl = exports.NetworkAccessViolationControl = exports.Name = exports.Mute = exports.MultifunctionButton = exports.MotionDetected = exports.Model = exports.MaximumTransmitPower = exports.Manufacturer = exports.ManuallyDisabled = exports.ManagedNetworkEnable = exports.MACTransmissionCounters = void 0;
|
|
8
|
+
exports.SupportedRouterConfiguration = exports.SupportedFirmwareUpdateConfiguration = exports.SupportedDiagnosticsSnapshot = exports.SupportedDiagnosticsModes = exports.SupportedDataStreamTransportConfiguration = exports.SupportedCharacteristicValueTransitionConfiguration = exports.SupportedCameraRecordingConfiguration = exports.SupportedAudioStreamConfiguration = exports.SupportedAudioRecordingConfiguration = exports.SupportedAssetTypes = exports.SulphurDioxideDensity = exports.StreamingStatus = exports.StatusTampered = exports.StatusLowBattery = exports.StatusJammed = exports.StatusFault = exports.StatusActive = exports.StagedFirmwareVersion = exports.SoftwareRevision = exports.SmokeDetected = exports.SleepInterval = exports.SleepDiscoveryMode = exports.SlatType = exports.SiriTouchToUse = exports.SiriListening = exports.SiriLightOnUse = exports.SiriInputType = exports.SiriEngineVersion = exports.SiriEndpointSessionStatus = exports.SiriEnable = exports.SignalToNoiseRatio = exports.SetupTransferTransport = exports.SetupEndpoints = exports.SetupDataStreamTransport = exports.SetDuration = exports.ServiceLabelNamespace = exports.ServiceLabelIndex = exports.SerialNumber = exports.SelectedRTPStreamConfiguration = exports.SelectedDiagnosticsModes = exports.SelectedCameraRecordingConfiguration = exports.SelectedAudioStreamConfiguration = exports.SecuritySystemTargetState = exports.SecuritySystemCurrentState = exports.SecuritySystemAlarmType = exports.Saturation = exports.RouterStatus = exports.RotationSpeed = exports.RotationDirection = exports.ResetFilterIndication = void 0;
|
|
9
|
+
exports.WiFiSatelliteStatus = exports.WiFiConfigurationControl = exports.WiFiCapabilities = exports.WaterLevel = exports.WANStatusList = exports.WANConfigurationList = exports.WakeConfiguration = exports.VolumeSelector = exports.VolumeControlType = exports.Volume = exports.VOCDensity = exports.VideoAnalysisActive = exports.Version = exports.ValveType = exports.TunneledAccessoryStateNumber = exports.TunneledAccessoryConnected = exports.TunneledAccessoryAdvertising = exports.TunnelConnectionTimeout = exports.TransmitPower = exports.TimeUpdate = exports.ThreadStatus = exports.ThreadOpenThreadVersion = exports.ThreadNodeCapabilities = exports.ThreadControlPoint = exports.ThirdPartyCameraActive = exports.TemperatureDisplayUnits = exports.TargetVisibilityState = exports.TargetVerticalTiltAngle = exports.TargetTiltAngle = exports.TargetTemperature = exports.TargetSlatState = exports.TargetRelativeHumidity = exports.TargetPosition = exports.TargetMediaState = exports.TargetHumidifierDehumidifierState = exports.TargetHorizontalTiltAngle = exports.TargetHeatingCoolingState = exports.TargetHeaterCoolerState = exports.TargetFanState = exports.TargetDoorState = exports.TargetControlSupportedConfiguration = exports.TargetControlList = exports.TargetAirQuality = exports.TargetAirPurifierState = exports.SwingMode = exports.SupportedVideoStreamConfiguration = exports.SupportedVideoRecordingConfiguration = exports.SupportedTransferTransportConfiguration = exports.SupportedRTPConfiguration = void 0;
|
|
10
10
|
var tslib_1 = require("tslib");
|
|
11
11
|
var Characteristic_1 = require("../Characteristic");
|
|
12
|
+
/**
|
|
13
|
+
* Characteristic "Access Code Control Point"
|
|
14
|
+
* @since iOS 15
|
|
15
|
+
*/
|
|
16
|
+
var AccessCodeControlPoint = /** @class */ (function (_super) {
|
|
17
|
+
(0, tslib_1.__extends)(AccessCodeControlPoint, _super);
|
|
18
|
+
function AccessCodeControlPoint() {
|
|
19
|
+
var _this = _super.call(this, "Access Code Control Point", AccessCodeControlPoint.UUID, {
|
|
20
|
+
format: "tlv8" /* TLV8 */,
|
|
21
|
+
perms: ["pr" /* PAIRED_READ */, "pw" /* PAIRED_WRITE */, "wr" /* WRITE_RESPONSE */],
|
|
22
|
+
}) || this;
|
|
23
|
+
_this.value = _this.getDefaultValue();
|
|
24
|
+
return _this;
|
|
25
|
+
}
|
|
26
|
+
AccessCodeControlPoint.UUID = "00000262-0000-1000-8000-0026BB765291";
|
|
27
|
+
return AccessCodeControlPoint;
|
|
28
|
+
}(Characteristic_1.Characteristic));
|
|
29
|
+
exports.AccessCodeControlPoint = AccessCodeControlPoint;
|
|
30
|
+
Characteristic_1.Characteristic.AccessCodeControlPoint = AccessCodeControlPoint;
|
|
31
|
+
/**
|
|
32
|
+
* Characteristic "Access Code Supported Configuration"
|
|
33
|
+
* @since iOS 15
|
|
34
|
+
*/
|
|
35
|
+
var AccessCodeSupportedConfiguration = /** @class */ (function (_super) {
|
|
36
|
+
(0, tslib_1.__extends)(AccessCodeSupportedConfiguration, _super);
|
|
37
|
+
function AccessCodeSupportedConfiguration() {
|
|
38
|
+
var _this = _super.call(this, "Access Code Supported Configuration", AccessCodeSupportedConfiguration.UUID, {
|
|
39
|
+
format: "tlv8" /* TLV8 */,
|
|
40
|
+
perms: ["pr" /* PAIRED_READ */],
|
|
41
|
+
}) || this;
|
|
42
|
+
_this.value = _this.getDefaultValue();
|
|
43
|
+
return _this;
|
|
44
|
+
}
|
|
45
|
+
AccessCodeSupportedConfiguration.UUID = "00000261-0000-1000-8000-0026BB765291";
|
|
46
|
+
return AccessCodeSupportedConfiguration;
|
|
47
|
+
}(Characteristic_1.Characteristic));
|
|
48
|
+
exports.AccessCodeSupportedConfiguration = AccessCodeSupportedConfiguration;
|
|
49
|
+
Characteristic_1.Characteristic.AccessCodeSupportedConfiguration = AccessCodeSupportedConfiguration;
|
|
12
50
|
/**
|
|
13
51
|
* Characteristic "Access Control Level"
|
|
14
52
|
*/
|
|
15
53
|
var AccessControlLevel = /** @class */ (function (_super) {
|
|
16
|
-
tslib_1.__extends(AccessControlLevel, _super);
|
|
54
|
+
(0, tslib_1.__extends)(AccessControlLevel, _super);
|
|
17
55
|
function AccessControlLevel() {
|
|
18
56
|
var _this = _super.call(this, "Access Control Level", AccessControlLevel.UUID, {
|
|
19
57
|
format: "uint16" /* UINT16 */,
|
|
@@ -34,7 +72,7 @@ Characteristic_1.Characteristic.AccessControlLevel = AccessControlLevel;
|
|
|
34
72
|
* Characteristic "Accessory Flags"
|
|
35
73
|
*/
|
|
36
74
|
var AccessoryFlags = /** @class */ (function (_super) {
|
|
37
|
-
tslib_1.__extends(AccessoryFlags, _super);
|
|
75
|
+
(0, tslib_1.__extends)(AccessoryFlags, _super);
|
|
38
76
|
function AccessoryFlags() {
|
|
39
77
|
var _this = _super.call(this, "Accessory Flags", AccessoryFlags.UUID, {
|
|
40
78
|
format: "uint32" /* UINT32 */,
|
|
@@ -53,7 +91,7 @@ Characteristic_1.Characteristic.AccessoryFlags = AccessoryFlags;
|
|
|
53
91
|
* Characteristic "Accessory Identifier"
|
|
54
92
|
*/
|
|
55
93
|
var AccessoryIdentifier = /** @class */ (function (_super) {
|
|
56
|
-
tslib_1.__extends(AccessoryIdentifier, _super);
|
|
94
|
+
(0, tslib_1.__extends)(AccessoryIdentifier, _super);
|
|
57
95
|
function AccessoryIdentifier() {
|
|
58
96
|
var _this = _super.call(this, "Accessory Identifier", AccessoryIdentifier.UUID, {
|
|
59
97
|
format: "string" /* STRING */,
|
|
@@ -71,7 +109,7 @@ Characteristic_1.Characteristic.AccessoryIdentifier = AccessoryIdentifier;
|
|
|
71
109
|
* Characteristic "Active"
|
|
72
110
|
*/
|
|
73
111
|
var Active = /** @class */ (function (_super) {
|
|
74
|
-
tslib_1.__extends(Active, _super);
|
|
112
|
+
(0, tslib_1.__extends)(Active, _super);
|
|
75
113
|
function Active() {
|
|
76
114
|
var _this = _super.call(this, "Active", Active.UUID, {
|
|
77
115
|
format: "uint8" /* UINT8 */,
|
|
@@ -95,7 +133,7 @@ Characteristic_1.Characteristic.Active = Active;
|
|
|
95
133
|
* Characteristic "Active Identifier"
|
|
96
134
|
*/
|
|
97
135
|
var ActiveIdentifier = /** @class */ (function (_super) {
|
|
98
|
-
tslib_1.__extends(ActiveIdentifier, _super);
|
|
136
|
+
(0, tslib_1.__extends)(ActiveIdentifier, _super);
|
|
99
137
|
function ActiveIdentifier() {
|
|
100
138
|
var _this = _super.call(this, "Active Identifier", ActiveIdentifier.UUID, {
|
|
101
139
|
format: "uint32" /* UINT32 */,
|
|
@@ -114,7 +152,7 @@ Characteristic_1.Characteristic.ActiveIdentifier = ActiveIdentifier;
|
|
|
114
152
|
* @since iOS 14
|
|
115
153
|
*/
|
|
116
154
|
var ActivityInterval = /** @class */ (function (_super) {
|
|
117
|
-
tslib_1.__extends(ActivityInterval, _super);
|
|
155
|
+
(0, tslib_1.__extends)(ActivityInterval, _super);
|
|
118
156
|
function ActivityInterval() {
|
|
119
157
|
var _this = _super.call(this, "Activity Interval", ActivityInterval.UUID, {
|
|
120
158
|
format: "uint32" /* UINT32 */,
|
|
@@ -134,7 +172,7 @@ Characteristic_1.Characteristic.ActivityInterval = ActivityInterval;
|
|
|
134
172
|
* Characteristic "Administrator Only Access"
|
|
135
173
|
*/
|
|
136
174
|
var AdministratorOnlyAccess = /** @class */ (function (_super) {
|
|
137
|
-
tslib_1.__extends(AdministratorOnlyAccess, _super);
|
|
175
|
+
(0, tslib_1.__extends)(AdministratorOnlyAccess, _super);
|
|
138
176
|
function AdministratorOnlyAccess() {
|
|
139
177
|
var _this = _super.call(this, "Administrator Only Access", AdministratorOnlyAccess.UUID, {
|
|
140
178
|
format: "bool" /* BOOL */,
|
|
@@ -152,7 +190,7 @@ Characteristic_1.Characteristic.AdministratorOnlyAccess = AdministratorOnlyAcces
|
|
|
152
190
|
* Characteristic "Air Particulate Density"
|
|
153
191
|
*/
|
|
154
192
|
var AirParticulateDensity = /** @class */ (function (_super) {
|
|
155
|
-
tslib_1.__extends(AirParticulateDensity, _super);
|
|
193
|
+
(0, tslib_1.__extends)(AirParticulateDensity, _super);
|
|
156
194
|
function AirParticulateDensity() {
|
|
157
195
|
var _this = _super.call(this, "Air Particulate Density", AirParticulateDensity.UUID, {
|
|
158
196
|
format: "float" /* FLOAT */,
|
|
@@ -172,7 +210,7 @@ Characteristic_1.Characteristic.AirParticulateDensity = AirParticulateDensity;
|
|
|
172
210
|
* Characteristic "Air Particulate Size"
|
|
173
211
|
*/
|
|
174
212
|
var AirParticulateSize = /** @class */ (function (_super) {
|
|
175
|
-
tslib_1.__extends(AirParticulateSize, _super);
|
|
213
|
+
(0, tslib_1.__extends)(AirParticulateSize, _super);
|
|
176
214
|
function AirParticulateSize() {
|
|
177
215
|
var _this = _super.call(this, "Air Particulate Size", AirParticulateSize.UUID, {
|
|
178
216
|
format: "uint8" /* UINT8 */,
|
|
@@ -192,11 +230,31 @@ var AirParticulateSize = /** @class */ (function (_super) {
|
|
|
192
230
|
}(Characteristic_1.Characteristic));
|
|
193
231
|
exports.AirParticulateSize = AirParticulateSize;
|
|
194
232
|
Characteristic_1.Characteristic.AirParticulateSize = AirParticulateSize;
|
|
233
|
+
/**
|
|
234
|
+
* Characteristic "AirPlay Enable"
|
|
235
|
+
*/
|
|
236
|
+
var AirPlayEnable = /** @class */ (function (_super) {
|
|
237
|
+
(0, tslib_1.__extends)(AirPlayEnable, _super);
|
|
238
|
+
function AirPlayEnable() {
|
|
239
|
+
var _this = _super.call(this, "AirPlay Enable", AirPlayEnable.UUID, {
|
|
240
|
+
format: "uint8" /* UINT8 */,
|
|
241
|
+
perms: ["ev" /* NOTIFY */, "pr" /* PAIRED_READ */, "pw" /* PAIRED_WRITE */],
|
|
242
|
+
minValue: 0,
|
|
243
|
+
maxValue: 1,
|
|
244
|
+
}) || this;
|
|
245
|
+
_this.value = _this.getDefaultValue();
|
|
246
|
+
return _this;
|
|
247
|
+
}
|
|
248
|
+
AirPlayEnable.UUID = "0000025B-0000-1000-8000-0026BB765291";
|
|
249
|
+
return AirPlayEnable;
|
|
250
|
+
}(Characteristic_1.Characteristic));
|
|
251
|
+
exports.AirPlayEnable = AirPlayEnable;
|
|
252
|
+
Characteristic_1.Characteristic.AirPlayEnable = AirPlayEnable;
|
|
195
253
|
/**
|
|
196
254
|
* Characteristic "Air Quality"
|
|
197
255
|
*/
|
|
198
256
|
var AirQuality = /** @class */ (function (_super) {
|
|
199
|
-
tslib_1.__extends(AirQuality, _super);
|
|
257
|
+
(0, tslib_1.__extends)(AirQuality, _super);
|
|
200
258
|
function AirQuality() {
|
|
201
259
|
var _this = _super.call(this, "Air Quality", AirQuality.UUID, {
|
|
202
260
|
format: "uint8" /* UINT8 */,
|
|
@@ -224,7 +282,7 @@ Characteristic_1.Characteristic.AirQuality = AirQuality;
|
|
|
224
282
|
* Characteristic "App Matching Identifier"
|
|
225
283
|
*/
|
|
226
284
|
var AppMatchingIdentifier = /** @class */ (function (_super) {
|
|
227
|
-
tslib_1.__extends(AppMatchingIdentifier, _super);
|
|
285
|
+
(0, tslib_1.__extends)(AppMatchingIdentifier, _super);
|
|
228
286
|
function AppMatchingIdentifier() {
|
|
229
287
|
var _this = _super.call(this, "App Matching Identifier", AppMatchingIdentifier.UUID, {
|
|
230
288
|
format: "tlv8" /* TLV8 */,
|
|
@@ -238,11 +296,29 @@ var AppMatchingIdentifier = /** @class */ (function (_super) {
|
|
|
238
296
|
}(Characteristic_1.Characteristic));
|
|
239
297
|
exports.AppMatchingIdentifier = AppMatchingIdentifier;
|
|
240
298
|
Characteristic_1.Characteristic.AppMatchingIdentifier = AppMatchingIdentifier;
|
|
299
|
+
/**
|
|
300
|
+
* Characteristic "Asset Update Readiness"
|
|
301
|
+
*/
|
|
302
|
+
var AssetUpdateReadiness = /** @class */ (function (_super) {
|
|
303
|
+
(0, tslib_1.__extends)(AssetUpdateReadiness, _super);
|
|
304
|
+
function AssetUpdateReadiness() {
|
|
305
|
+
var _this = _super.call(this, "Asset Update Readiness", AssetUpdateReadiness.UUID, {
|
|
306
|
+
format: "uint32" /* UINT32 */,
|
|
307
|
+
perms: ["ev" /* NOTIFY */, "pr" /* PAIRED_READ */],
|
|
308
|
+
}) || this;
|
|
309
|
+
_this.value = _this.getDefaultValue();
|
|
310
|
+
return _this;
|
|
311
|
+
}
|
|
312
|
+
AssetUpdateReadiness.UUID = "00000269-0000-1000-8000-0026BB765291";
|
|
313
|
+
return AssetUpdateReadiness;
|
|
314
|
+
}(Characteristic_1.Characteristic));
|
|
315
|
+
exports.AssetUpdateReadiness = AssetUpdateReadiness;
|
|
316
|
+
Characteristic_1.Characteristic.AssetUpdateReadiness = AssetUpdateReadiness;
|
|
241
317
|
/**
|
|
242
318
|
* Characteristic "Audio Feedback"
|
|
243
319
|
*/
|
|
244
320
|
var AudioFeedback = /** @class */ (function (_super) {
|
|
245
|
-
tslib_1.__extends(AudioFeedback, _super);
|
|
321
|
+
(0, tslib_1.__extends)(AudioFeedback, _super);
|
|
246
322
|
function AudioFeedback() {
|
|
247
323
|
var _this = _super.call(this, "Audio Feedback", AudioFeedback.UUID, {
|
|
248
324
|
format: "bool" /* BOOL */,
|
|
@@ -260,7 +336,7 @@ Characteristic_1.Characteristic.AudioFeedback = AudioFeedback;
|
|
|
260
336
|
* Characteristic "Battery Level"
|
|
261
337
|
*/
|
|
262
338
|
var BatteryLevel = /** @class */ (function (_super) {
|
|
263
|
-
tslib_1.__extends(BatteryLevel, _super);
|
|
339
|
+
(0, tslib_1.__extends)(BatteryLevel, _super);
|
|
264
340
|
function BatteryLevel() {
|
|
265
341
|
var _this = _super.call(this, "Battery Level", BatteryLevel.UUID, {
|
|
266
342
|
format: "uint8" /* UINT8 */,
|
|
@@ -282,7 +358,7 @@ Characteristic_1.Characteristic.BatteryLevel = BatteryLevel;
|
|
|
282
358
|
* Characteristic "Brightness"
|
|
283
359
|
*/
|
|
284
360
|
var Brightness = /** @class */ (function (_super) {
|
|
285
|
-
tslib_1.__extends(Brightness, _super);
|
|
361
|
+
(0, tslib_1.__extends)(Brightness, _super);
|
|
286
362
|
function Brightness() {
|
|
287
363
|
var _this = _super.call(this, "Brightness", Brightness.UUID, {
|
|
288
364
|
format: "int" /* INT */,
|
|
@@ -304,7 +380,7 @@ Characteristic_1.Characteristic.Brightness = Brightness;
|
|
|
304
380
|
* Characteristic "Button Event"
|
|
305
381
|
*/
|
|
306
382
|
var ButtonEvent = /** @class */ (function (_super) {
|
|
307
|
-
tslib_1.__extends(ButtonEvent, _super);
|
|
383
|
+
(0, tslib_1.__extends)(ButtonEvent, _super);
|
|
308
384
|
function ButtonEvent() {
|
|
309
385
|
var _this = _super.call(this, "Button Event", ButtonEvent.UUID, {
|
|
310
386
|
format: "tlv8" /* TLV8 */,
|
|
@@ -323,7 +399,7 @@ Characteristic_1.Characteristic.ButtonEvent = ButtonEvent;
|
|
|
323
399
|
* Characteristic "Camera Operating Mode Indicator"
|
|
324
400
|
*/
|
|
325
401
|
var CameraOperatingModeIndicator = /** @class */ (function (_super) {
|
|
326
|
-
tslib_1.__extends(CameraOperatingModeIndicator, _super);
|
|
402
|
+
(0, tslib_1.__extends)(CameraOperatingModeIndicator, _super);
|
|
327
403
|
function CameraOperatingModeIndicator() {
|
|
328
404
|
var _this = _super.call(this, "Camera Operating Mode Indicator", CameraOperatingModeIndicator.UUID, {
|
|
329
405
|
format: "bool" /* BOOL */,
|
|
@@ -344,7 +420,7 @@ Characteristic_1.Characteristic.CameraOperatingModeIndicator = CameraOperatingMo
|
|
|
344
420
|
* Characteristic "Carbon Dioxide Detected"
|
|
345
421
|
*/
|
|
346
422
|
var CarbonDioxideDetected = /** @class */ (function (_super) {
|
|
347
|
-
tslib_1.__extends(CarbonDioxideDetected, _super);
|
|
423
|
+
(0, tslib_1.__extends)(CarbonDioxideDetected, _super);
|
|
348
424
|
function CarbonDioxideDetected() {
|
|
349
425
|
var _this = _super.call(this, "Carbon Dioxide Detected", CarbonDioxideDetected.UUID, {
|
|
350
426
|
format: "uint8" /* UINT8 */,
|
|
@@ -368,7 +444,7 @@ Characteristic_1.Characteristic.CarbonDioxideDetected = CarbonDioxideDetected;
|
|
|
368
444
|
* Characteristic "Carbon Dioxide Level"
|
|
369
445
|
*/
|
|
370
446
|
var CarbonDioxideLevel = /** @class */ (function (_super) {
|
|
371
|
-
tslib_1.__extends(CarbonDioxideLevel, _super);
|
|
447
|
+
(0, tslib_1.__extends)(CarbonDioxideLevel, _super);
|
|
372
448
|
function CarbonDioxideLevel() {
|
|
373
449
|
var _this = _super.call(this, "Carbon Dioxide Level", CarbonDioxideLevel.UUID, {
|
|
374
450
|
format: "float" /* FLOAT */,
|
|
@@ -389,7 +465,7 @@ Characteristic_1.Characteristic.CarbonDioxideLevel = CarbonDioxideLevel;
|
|
|
389
465
|
* Characteristic "Carbon Dioxide Peak Level"
|
|
390
466
|
*/
|
|
391
467
|
var CarbonDioxidePeakLevel = /** @class */ (function (_super) {
|
|
392
|
-
tslib_1.__extends(CarbonDioxidePeakLevel, _super);
|
|
468
|
+
(0, tslib_1.__extends)(CarbonDioxidePeakLevel, _super);
|
|
393
469
|
function CarbonDioxidePeakLevel() {
|
|
394
470
|
var _this = _super.call(this, "Carbon Dioxide Peak Level", CarbonDioxidePeakLevel.UUID, {
|
|
395
471
|
format: "float" /* FLOAT */,
|
|
@@ -410,7 +486,7 @@ Characteristic_1.Characteristic.CarbonDioxidePeakLevel = CarbonDioxidePeakLevel;
|
|
|
410
486
|
* Characteristic "Carbon Monoxide Detected"
|
|
411
487
|
*/
|
|
412
488
|
var CarbonMonoxideDetected = /** @class */ (function (_super) {
|
|
413
|
-
tslib_1.__extends(CarbonMonoxideDetected, _super);
|
|
489
|
+
(0, tslib_1.__extends)(CarbonMonoxideDetected, _super);
|
|
414
490
|
function CarbonMonoxideDetected() {
|
|
415
491
|
var _this = _super.call(this, "Carbon Monoxide Detected", CarbonMonoxideDetected.UUID, {
|
|
416
492
|
format: "uint8" /* UINT8 */,
|
|
@@ -434,7 +510,7 @@ Characteristic_1.Characteristic.CarbonMonoxideDetected = CarbonMonoxideDetected;
|
|
|
434
510
|
* Characteristic "Carbon Monoxide Level"
|
|
435
511
|
*/
|
|
436
512
|
var CarbonMonoxideLevel = /** @class */ (function (_super) {
|
|
437
|
-
tslib_1.__extends(CarbonMonoxideLevel, _super);
|
|
513
|
+
(0, tslib_1.__extends)(CarbonMonoxideLevel, _super);
|
|
438
514
|
function CarbonMonoxideLevel() {
|
|
439
515
|
var _this = _super.call(this, "Carbon Monoxide Level", CarbonMonoxideLevel.UUID, {
|
|
440
516
|
format: "float" /* FLOAT */,
|
|
@@ -455,7 +531,7 @@ Characteristic_1.Characteristic.CarbonMonoxideLevel = CarbonMonoxideLevel;
|
|
|
455
531
|
* Characteristic "Carbon Monoxide Peak Level"
|
|
456
532
|
*/
|
|
457
533
|
var CarbonMonoxidePeakLevel = /** @class */ (function (_super) {
|
|
458
|
-
tslib_1.__extends(CarbonMonoxidePeakLevel, _super);
|
|
534
|
+
(0, tslib_1.__extends)(CarbonMonoxidePeakLevel, _super);
|
|
459
535
|
function CarbonMonoxidePeakLevel() {
|
|
460
536
|
var _this = _super.call(this, "Carbon Monoxide Peak Level", CarbonMonoxidePeakLevel.UUID, {
|
|
461
537
|
format: "float" /* FLOAT */,
|
|
@@ -477,7 +553,7 @@ Characteristic_1.Characteristic.CarbonMonoxidePeakLevel = CarbonMonoxidePeakLeve
|
|
|
477
553
|
* @deprecated Removed and not used anymore
|
|
478
554
|
*/
|
|
479
555
|
var Category = /** @class */ (function (_super) {
|
|
480
|
-
tslib_1.__extends(Category, _super);
|
|
556
|
+
(0, tslib_1.__extends)(Category, _super);
|
|
481
557
|
function Category() {
|
|
482
558
|
var _this = _super.call(this, "Category", Category.UUID, {
|
|
483
559
|
format: "uint16" /* UINT16 */,
|
|
@@ -499,7 +575,7 @@ Characteristic_1.Characteristic.Category = Category;
|
|
|
499
575
|
* @since iOS 14
|
|
500
576
|
*/
|
|
501
577
|
var CCAEnergyDetectThreshold = /** @class */ (function (_super) {
|
|
502
|
-
tslib_1.__extends(CCAEnergyDetectThreshold, _super);
|
|
578
|
+
(0, tslib_1.__extends)(CCAEnergyDetectThreshold, _super);
|
|
503
579
|
function CCAEnergyDetectThreshold() {
|
|
504
580
|
var _this = _super.call(this, "CCA Energy Detect Threshold", CCAEnergyDetectThreshold.UUID, {
|
|
505
581
|
format: "int" /* INT */,
|
|
@@ -518,7 +594,7 @@ Characteristic_1.Characteristic.CCAEnergyDetectThreshold = CCAEnergyDetectThresh
|
|
|
518
594
|
* @since iOS 14
|
|
519
595
|
*/
|
|
520
596
|
var CCASignalDetectThreshold = /** @class */ (function (_super) {
|
|
521
|
-
tslib_1.__extends(CCASignalDetectThreshold, _super);
|
|
597
|
+
(0, tslib_1.__extends)(CCASignalDetectThreshold, _super);
|
|
522
598
|
function CCASignalDetectThreshold() {
|
|
523
599
|
var _this = _super.call(this, "CCA Signal Detect Threshold", CCASignalDetectThreshold.UUID, {
|
|
524
600
|
format: "int" /* INT */,
|
|
@@ -537,7 +613,7 @@ Characteristic_1.Characteristic.CCASignalDetectThreshold = CCASignalDetectThresh
|
|
|
537
613
|
* @since iOS 14
|
|
538
614
|
*/
|
|
539
615
|
var CharacteristicValueActiveTransitionCount = /** @class */ (function (_super) {
|
|
540
|
-
tslib_1.__extends(CharacteristicValueActiveTransitionCount, _super);
|
|
616
|
+
(0, tslib_1.__extends)(CharacteristicValueActiveTransitionCount, _super);
|
|
541
617
|
function CharacteristicValueActiveTransitionCount() {
|
|
542
618
|
var _this = _super.call(this, "Characteristic Value Active Transition Count", CharacteristicValueActiveTransitionCount.UUID, {
|
|
543
619
|
format: "uint8" /* UINT8 */,
|
|
@@ -556,7 +632,7 @@ Characteristic_1.Characteristic.CharacteristicValueActiveTransitionCount = Chara
|
|
|
556
632
|
* @since iOS 14
|
|
557
633
|
*/
|
|
558
634
|
var CharacteristicValueTransitionControl = /** @class */ (function (_super) {
|
|
559
|
-
tslib_1.__extends(CharacteristicValueTransitionControl, _super);
|
|
635
|
+
(0, tslib_1.__extends)(CharacteristicValueTransitionControl, _super);
|
|
560
636
|
function CharacteristicValueTransitionControl() {
|
|
561
637
|
var _this = _super.call(this, "Characteristic Value Transition Control", CharacteristicValueTransitionControl.UUID, {
|
|
562
638
|
format: "tlv8" /* TLV8 */,
|
|
@@ -574,7 +650,7 @@ Characteristic_1.Characteristic.CharacteristicValueTransitionControl = Character
|
|
|
574
650
|
* Characteristic "Charging State"
|
|
575
651
|
*/
|
|
576
652
|
var ChargingState = /** @class */ (function (_super) {
|
|
577
|
-
tslib_1.__extends(ChargingState, _super);
|
|
653
|
+
(0, tslib_1.__extends)(ChargingState, _super);
|
|
578
654
|
function ChargingState() {
|
|
579
655
|
var _this = _super.call(this, "Charging State", ChargingState.UUID, {
|
|
580
656
|
format: "uint8" /* UINT8 */,
|
|
@@ -599,7 +675,7 @@ Characteristic_1.Characteristic.ChargingState = ChargingState;
|
|
|
599
675
|
* Characteristic "Closed Captions"
|
|
600
676
|
*/
|
|
601
677
|
var ClosedCaptions = /** @class */ (function (_super) {
|
|
602
|
-
tslib_1.__extends(ClosedCaptions, _super);
|
|
678
|
+
(0, tslib_1.__extends)(ClosedCaptions, _super);
|
|
603
679
|
function ClosedCaptions() {
|
|
604
680
|
var _this = _super.call(this, "Closed Captions", ClosedCaptions.UUID, {
|
|
605
681
|
format: "uint8" /* UINT8 */,
|
|
@@ -623,7 +699,7 @@ Characteristic_1.Characteristic.ClosedCaptions = ClosedCaptions;
|
|
|
623
699
|
* Characteristic "Color Temperature"
|
|
624
700
|
*/
|
|
625
701
|
var ColorTemperature = /** @class */ (function (_super) {
|
|
626
|
-
tslib_1.__extends(ColorTemperature, _super);
|
|
702
|
+
(0, tslib_1.__extends)(ColorTemperature, _super);
|
|
627
703
|
function ColorTemperature() {
|
|
628
704
|
var _this = _super.call(this, "Color Temperature", ColorTemperature.UUID, {
|
|
629
705
|
format: "int" /* INT */,
|
|
@@ -640,12 +716,31 @@ var ColorTemperature = /** @class */ (function (_super) {
|
|
|
640
716
|
}(Characteristic_1.Characteristic));
|
|
641
717
|
exports.ColorTemperature = ColorTemperature;
|
|
642
718
|
Characteristic_1.Characteristic.ColorTemperature = ColorTemperature;
|
|
719
|
+
/**
|
|
720
|
+
* Characteristic "Configuration State"
|
|
721
|
+
* @since iOS 15
|
|
722
|
+
*/
|
|
723
|
+
var ConfigurationState = /** @class */ (function (_super) {
|
|
724
|
+
(0, tslib_1.__extends)(ConfigurationState, _super);
|
|
725
|
+
function ConfigurationState() {
|
|
726
|
+
var _this = _super.call(this, "Configuration State", ConfigurationState.UUID, {
|
|
727
|
+
format: "uint16" /* UINT16 */,
|
|
728
|
+
perms: ["ev" /* NOTIFY */, "pr" /* PAIRED_READ */],
|
|
729
|
+
}) || this;
|
|
730
|
+
_this.value = _this.getDefaultValue();
|
|
731
|
+
return _this;
|
|
732
|
+
}
|
|
733
|
+
ConfigurationState.UUID = "00000263-0000-1000-8000-0026BB765291";
|
|
734
|
+
return ConfigurationState;
|
|
735
|
+
}(Characteristic_1.Characteristic));
|
|
736
|
+
exports.ConfigurationState = ConfigurationState;
|
|
737
|
+
Characteristic_1.Characteristic.ConfigurationState = ConfigurationState;
|
|
643
738
|
/**
|
|
644
739
|
* Characteristic "Configure Bridged Accessory"
|
|
645
740
|
* @deprecated Removed and not used anymore
|
|
646
741
|
*/
|
|
647
742
|
var ConfigureBridgedAccessory = /** @class */ (function (_super) {
|
|
648
|
-
tslib_1.__extends(ConfigureBridgedAccessory, _super);
|
|
743
|
+
(0, tslib_1.__extends)(ConfigureBridgedAccessory, _super);
|
|
649
744
|
function ConfigureBridgedAccessory() {
|
|
650
745
|
var _this = _super.call(this, "Configure Bridged Accessory", ConfigureBridgedAccessory.UUID, {
|
|
651
746
|
format: "tlv8" /* TLV8 */,
|
|
@@ -665,7 +760,7 @@ Characteristic_1.Characteristic.ConfigureBridgedAccessory = ConfigureBridgedAcce
|
|
|
665
760
|
* @deprecated Removed and not used anymore
|
|
666
761
|
*/
|
|
667
762
|
var ConfigureBridgedAccessoryStatus = /** @class */ (function (_super) {
|
|
668
|
-
tslib_1.__extends(ConfigureBridgedAccessoryStatus, _super);
|
|
763
|
+
(0, tslib_1.__extends)(ConfigureBridgedAccessoryStatus, _super);
|
|
669
764
|
function ConfigureBridgedAccessoryStatus() {
|
|
670
765
|
var _this = _super.call(this, "Configure Bridged Accessory Status", ConfigureBridgedAccessoryStatus.UUID, {
|
|
671
766
|
format: "tlv8" /* TLV8 */,
|
|
@@ -684,7 +779,7 @@ Characteristic_1.Characteristic.ConfigureBridgedAccessoryStatus = ConfigureBridg
|
|
|
684
779
|
* Characteristic "Configured Name"
|
|
685
780
|
*/
|
|
686
781
|
var ConfiguredName = /** @class */ (function (_super) {
|
|
687
|
-
tslib_1.__extends(ConfiguredName, _super);
|
|
782
|
+
(0, tslib_1.__extends)(ConfiguredName, _super);
|
|
688
783
|
function ConfiguredName() {
|
|
689
784
|
var _this = _super.call(this, "Configured Name", ConfiguredName.UUID, {
|
|
690
785
|
format: "string" /* STRING */,
|
|
@@ -702,7 +797,7 @@ Characteristic_1.Characteristic.ConfiguredName = ConfiguredName;
|
|
|
702
797
|
* Characteristic "Contact Sensor State"
|
|
703
798
|
*/
|
|
704
799
|
var ContactSensorState = /** @class */ (function (_super) {
|
|
705
|
-
tslib_1.__extends(ContactSensorState, _super);
|
|
800
|
+
(0, tslib_1.__extends)(ContactSensorState, _super);
|
|
706
801
|
function ContactSensorState() {
|
|
707
802
|
var _this = _super.call(this, "Contact Sensor State", ContactSensorState.UUID, {
|
|
708
803
|
format: "uint8" /* UINT8 */,
|
|
@@ -726,7 +821,7 @@ Characteristic_1.Characteristic.ContactSensorState = ContactSensorState;
|
|
|
726
821
|
* Characteristic "Cooling Threshold Temperature"
|
|
727
822
|
*/
|
|
728
823
|
var CoolingThresholdTemperature = /** @class */ (function (_super) {
|
|
729
|
-
tslib_1.__extends(CoolingThresholdTemperature, _super);
|
|
824
|
+
(0, tslib_1.__extends)(CoolingThresholdTemperature, _super);
|
|
730
825
|
function CoolingThresholdTemperature() {
|
|
731
826
|
var _this = _super.call(this, "Cooling Threshold Temperature", CoolingThresholdTemperature.UUID, {
|
|
732
827
|
format: "float" /* FLOAT */,
|
|
@@ -748,7 +843,7 @@ Characteristic_1.Characteristic.CoolingThresholdTemperature = CoolingThresholdTe
|
|
|
748
843
|
* Characteristic "Current Air Purifier State"
|
|
749
844
|
*/
|
|
750
845
|
var CurrentAirPurifierState = /** @class */ (function (_super) {
|
|
751
|
-
tslib_1.__extends(CurrentAirPurifierState, _super);
|
|
846
|
+
(0, tslib_1.__extends)(CurrentAirPurifierState, _super);
|
|
752
847
|
function CurrentAirPurifierState() {
|
|
753
848
|
var _this = _super.call(this, "Current Air Purifier State", CurrentAirPurifierState.UUID, {
|
|
754
849
|
format: "uint8" /* UINT8 */,
|
|
@@ -773,7 +868,7 @@ Characteristic_1.Characteristic.CurrentAirPurifierState = CurrentAirPurifierStat
|
|
|
773
868
|
* Characteristic "Current Ambient Light Level"
|
|
774
869
|
*/
|
|
775
870
|
var CurrentAmbientLightLevel = /** @class */ (function (_super) {
|
|
776
|
-
tslib_1.__extends(CurrentAmbientLightLevel, _super);
|
|
871
|
+
(0, tslib_1.__extends)(CurrentAmbientLightLevel, _super);
|
|
777
872
|
function CurrentAmbientLightLevel() {
|
|
778
873
|
var _this = _super.call(this, "Current Ambient Light Level", CurrentAmbientLightLevel.UUID, {
|
|
779
874
|
format: "float" /* FLOAT */,
|
|
@@ -794,7 +889,7 @@ Characteristic_1.Characteristic.CurrentAmbientLightLevel = CurrentAmbientLightLe
|
|
|
794
889
|
* Characteristic "Current Door State"
|
|
795
890
|
*/
|
|
796
891
|
var CurrentDoorState = /** @class */ (function (_super) {
|
|
797
|
-
tslib_1.__extends(CurrentDoorState, _super);
|
|
892
|
+
(0, tslib_1.__extends)(CurrentDoorState, _super);
|
|
798
893
|
function CurrentDoorState() {
|
|
799
894
|
var _this = _super.call(this, "Current Door State", CurrentDoorState.UUID, {
|
|
800
895
|
format: "uint8" /* UINT8 */,
|
|
@@ -821,7 +916,7 @@ Characteristic_1.Characteristic.CurrentDoorState = CurrentDoorState;
|
|
|
821
916
|
* Characteristic "Current Fan State"
|
|
822
917
|
*/
|
|
823
918
|
var CurrentFanState = /** @class */ (function (_super) {
|
|
824
|
-
tslib_1.__extends(CurrentFanState, _super);
|
|
919
|
+
(0, tslib_1.__extends)(CurrentFanState, _super);
|
|
825
920
|
function CurrentFanState() {
|
|
826
921
|
var _this = _super.call(this, "Current Fan State", CurrentFanState.UUID, {
|
|
827
922
|
format: "uint8" /* UINT8 */,
|
|
@@ -846,7 +941,7 @@ Characteristic_1.Characteristic.CurrentFanState = CurrentFanState;
|
|
|
846
941
|
* Characteristic "Current Heater-Cooler State"
|
|
847
942
|
*/
|
|
848
943
|
var CurrentHeaterCoolerState = /** @class */ (function (_super) {
|
|
849
|
-
tslib_1.__extends(CurrentHeaterCoolerState, _super);
|
|
944
|
+
(0, tslib_1.__extends)(CurrentHeaterCoolerState, _super);
|
|
850
945
|
function CurrentHeaterCoolerState() {
|
|
851
946
|
var _this = _super.call(this, "Current Heater-Cooler State", CurrentHeaterCoolerState.UUID, {
|
|
852
947
|
format: "uint8" /* UINT8 */,
|
|
@@ -872,7 +967,7 @@ Characteristic_1.Characteristic.CurrentHeaterCoolerState = CurrentHeaterCoolerSt
|
|
|
872
967
|
* Characteristic "Current Heating Cooling State"
|
|
873
968
|
*/
|
|
874
969
|
var CurrentHeatingCoolingState = /** @class */ (function (_super) {
|
|
875
|
-
tslib_1.__extends(CurrentHeatingCoolingState, _super);
|
|
970
|
+
(0, tslib_1.__extends)(CurrentHeatingCoolingState, _super);
|
|
876
971
|
function CurrentHeatingCoolingState() {
|
|
877
972
|
var _this = _super.call(this, "Current Heating Cooling State", CurrentHeatingCoolingState.UUID, {
|
|
878
973
|
format: "uint8" /* UINT8 */,
|
|
@@ -897,7 +992,7 @@ Characteristic_1.Characteristic.CurrentHeatingCoolingState = CurrentHeatingCooli
|
|
|
897
992
|
* Characteristic "Current Horizontal Tilt Angle"
|
|
898
993
|
*/
|
|
899
994
|
var CurrentHorizontalTiltAngle = /** @class */ (function (_super) {
|
|
900
|
-
tslib_1.__extends(CurrentHorizontalTiltAngle, _super);
|
|
995
|
+
(0, tslib_1.__extends)(CurrentHorizontalTiltAngle, _super);
|
|
901
996
|
function CurrentHorizontalTiltAngle() {
|
|
902
997
|
var _this = _super.call(this, "Current Horizontal Tilt Angle", CurrentHorizontalTiltAngle.UUID, {
|
|
903
998
|
format: "int" /* INT */,
|
|
@@ -919,7 +1014,7 @@ Characteristic_1.Characteristic.CurrentHorizontalTiltAngle = CurrentHorizontalTi
|
|
|
919
1014
|
* Characteristic "Current Humidifier-Dehumidifier State"
|
|
920
1015
|
*/
|
|
921
1016
|
var CurrentHumidifierDehumidifierState = /** @class */ (function (_super) {
|
|
922
|
-
tslib_1.__extends(CurrentHumidifierDehumidifierState, _super);
|
|
1017
|
+
(0, tslib_1.__extends)(CurrentHumidifierDehumidifierState, _super);
|
|
923
1018
|
function CurrentHumidifierDehumidifierState() {
|
|
924
1019
|
var _this = _super.call(this, "Current Humidifier-Dehumidifier State", CurrentHumidifierDehumidifierState.UUID, {
|
|
925
1020
|
format: "uint8" /* UINT8 */,
|
|
@@ -945,7 +1040,7 @@ Characteristic_1.Characteristic.CurrentHumidifierDehumidifierState = CurrentHumi
|
|
|
945
1040
|
* Characteristic "Current Media State"
|
|
946
1041
|
*/
|
|
947
1042
|
var CurrentMediaState = /** @class */ (function (_super) {
|
|
948
|
-
tslib_1.__extends(CurrentMediaState, _super);
|
|
1043
|
+
(0, tslib_1.__extends)(CurrentMediaState, _super);
|
|
949
1044
|
function CurrentMediaState() {
|
|
950
1045
|
var _this = _super.call(this, "Current Media State", CurrentMediaState.UUID, {
|
|
951
1046
|
format: "uint8" /* UINT8 */,
|
|
@@ -972,7 +1067,7 @@ Characteristic_1.Characteristic.CurrentMediaState = CurrentMediaState;
|
|
|
972
1067
|
* Characteristic "Current Position"
|
|
973
1068
|
*/
|
|
974
1069
|
var CurrentPosition = /** @class */ (function (_super) {
|
|
975
|
-
tslib_1.__extends(CurrentPosition, _super);
|
|
1070
|
+
(0, tslib_1.__extends)(CurrentPosition, _super);
|
|
976
1071
|
function CurrentPosition() {
|
|
977
1072
|
var _this = _super.call(this, "Current Position", CurrentPosition.UUID, {
|
|
978
1073
|
format: "uint8" /* UINT8 */,
|
|
@@ -994,7 +1089,7 @@ Characteristic_1.Characteristic.CurrentPosition = CurrentPosition;
|
|
|
994
1089
|
* Characteristic "Current Relative Humidity"
|
|
995
1090
|
*/
|
|
996
1091
|
var CurrentRelativeHumidity = /** @class */ (function (_super) {
|
|
997
|
-
tslib_1.__extends(CurrentRelativeHumidity, _super);
|
|
1092
|
+
(0, tslib_1.__extends)(CurrentRelativeHumidity, _super);
|
|
998
1093
|
function CurrentRelativeHumidity() {
|
|
999
1094
|
var _this = _super.call(this, "Current Relative Humidity", CurrentRelativeHumidity.UUID, {
|
|
1000
1095
|
format: "float" /* FLOAT */,
|
|
@@ -1016,7 +1111,7 @@ Characteristic_1.Characteristic.CurrentRelativeHumidity = CurrentRelativeHumidit
|
|
|
1016
1111
|
* Characteristic "Current Slat State"
|
|
1017
1112
|
*/
|
|
1018
1113
|
var CurrentSlatState = /** @class */ (function (_super) {
|
|
1019
|
-
tslib_1.__extends(CurrentSlatState, _super);
|
|
1114
|
+
(0, tslib_1.__extends)(CurrentSlatState, _super);
|
|
1020
1115
|
function CurrentSlatState() {
|
|
1021
1116
|
var _this = _super.call(this, "Current Slat State", CurrentSlatState.UUID, {
|
|
1022
1117
|
format: "uint8" /* UINT8 */,
|
|
@@ -1041,7 +1136,7 @@ Characteristic_1.Characteristic.CurrentSlatState = CurrentSlatState;
|
|
|
1041
1136
|
* Characteristic "Current Temperature"
|
|
1042
1137
|
*/
|
|
1043
1138
|
var CurrentTemperature = /** @class */ (function (_super) {
|
|
1044
|
-
tslib_1.__extends(CurrentTemperature, _super);
|
|
1139
|
+
(0, tslib_1.__extends)(CurrentTemperature, _super);
|
|
1045
1140
|
function CurrentTemperature() {
|
|
1046
1141
|
var _this = _super.call(this, "Current Temperature", CurrentTemperature.UUID, {
|
|
1047
1142
|
format: "float" /* FLOAT */,
|
|
@@ -1063,7 +1158,7 @@ Characteristic_1.Characteristic.CurrentTemperature = CurrentTemperature;
|
|
|
1063
1158
|
* Characteristic "Current Tilt Angle"
|
|
1064
1159
|
*/
|
|
1065
1160
|
var CurrentTiltAngle = /** @class */ (function (_super) {
|
|
1066
|
-
tslib_1.__extends(CurrentTiltAngle, _super);
|
|
1161
|
+
(0, tslib_1.__extends)(CurrentTiltAngle, _super);
|
|
1067
1162
|
function CurrentTiltAngle() {
|
|
1068
1163
|
var _this = _super.call(this, "Current Tilt Angle", CurrentTiltAngle.UUID, {
|
|
1069
1164
|
format: "int" /* INT */,
|
|
@@ -1086,7 +1181,7 @@ Characteristic_1.Characteristic.CurrentTiltAngle = CurrentTiltAngle;
|
|
|
1086
1181
|
* @deprecated Removed and not used anymore
|
|
1087
1182
|
*/
|
|
1088
1183
|
var CurrentTime = /** @class */ (function (_super) {
|
|
1089
|
-
tslib_1.__extends(CurrentTime, _super);
|
|
1184
|
+
(0, tslib_1.__extends)(CurrentTime, _super);
|
|
1090
1185
|
function CurrentTime() {
|
|
1091
1186
|
var _this = _super.call(this, "Current Time", CurrentTime.UUID, {
|
|
1092
1187
|
format: "string" /* STRING */,
|
|
@@ -1106,7 +1201,7 @@ Characteristic_1.Characteristic.CurrentTime = CurrentTime;
|
|
|
1106
1201
|
* @since iOS 14
|
|
1107
1202
|
*/
|
|
1108
1203
|
var CurrentTransport = /** @class */ (function (_super) {
|
|
1109
|
-
tslib_1.__extends(CurrentTransport, _super);
|
|
1204
|
+
(0, tslib_1.__extends)(CurrentTransport, _super);
|
|
1110
1205
|
function CurrentTransport() {
|
|
1111
1206
|
var _this = _super.call(this, "Current Transport", CurrentTransport.UUID, {
|
|
1112
1207
|
format: "bool" /* BOOL */,
|
|
@@ -1124,7 +1219,7 @@ Characteristic_1.Characteristic.CurrentTransport = CurrentTransport;
|
|
|
1124
1219
|
* Characteristic "Current Vertical Tilt Angle"
|
|
1125
1220
|
*/
|
|
1126
1221
|
var CurrentVerticalTiltAngle = /** @class */ (function (_super) {
|
|
1127
|
-
tslib_1.__extends(CurrentVerticalTiltAngle, _super);
|
|
1222
|
+
(0, tslib_1.__extends)(CurrentVerticalTiltAngle, _super);
|
|
1128
1223
|
function CurrentVerticalTiltAngle() {
|
|
1129
1224
|
var _this = _super.call(this, "Current Vertical Tilt Angle", CurrentVerticalTiltAngle.UUID, {
|
|
1130
1225
|
format: "int" /* INT */,
|
|
@@ -1146,7 +1241,7 @@ Characteristic_1.Characteristic.CurrentVerticalTiltAngle = CurrentVerticalTiltAn
|
|
|
1146
1241
|
* Characteristic "Current Visibility State"
|
|
1147
1242
|
*/
|
|
1148
1243
|
var CurrentVisibilityState = /** @class */ (function (_super) {
|
|
1149
|
-
tslib_1.__extends(CurrentVisibilityState, _super);
|
|
1244
|
+
(0, tslib_1.__extends)(CurrentVisibilityState, _super);
|
|
1150
1245
|
function CurrentVisibilityState() {
|
|
1151
1246
|
var _this = _super.call(this, "Current Visibility State", CurrentVisibilityState.UUID, {
|
|
1152
1247
|
format: "uint8" /* UINT8 */,
|
|
@@ -1171,7 +1266,7 @@ Characteristic_1.Characteristic.CurrentVisibilityState = CurrentVisibilityState;
|
|
|
1171
1266
|
* @since iOS 14
|
|
1172
1267
|
*/
|
|
1173
1268
|
var DataStreamHAPTransport = /** @class */ (function (_super) {
|
|
1174
|
-
tslib_1.__extends(DataStreamHAPTransport, _super);
|
|
1269
|
+
(0, tslib_1.__extends)(DataStreamHAPTransport, _super);
|
|
1175
1270
|
function DataStreamHAPTransport() {
|
|
1176
1271
|
var _this = _super.call(this, "Data Stream HAP Transport", DataStreamHAPTransport.UUID, {
|
|
1177
1272
|
format: "tlv8" /* TLV8 */,
|
|
@@ -1190,7 +1285,7 @@ Characteristic_1.Characteristic.DataStreamHAPTransport = DataStreamHAPTransport;
|
|
|
1190
1285
|
* @since iOS 14
|
|
1191
1286
|
*/
|
|
1192
1287
|
var DataStreamHAPTransportInterrupt = /** @class */ (function (_super) {
|
|
1193
|
-
tslib_1.__extends(DataStreamHAPTransportInterrupt, _super);
|
|
1288
|
+
(0, tslib_1.__extends)(DataStreamHAPTransportInterrupt, _super);
|
|
1194
1289
|
function DataStreamHAPTransportInterrupt() {
|
|
1195
1290
|
var _this = _super.call(this, "Data Stream HAP Transport Interrupt", DataStreamHAPTransportInterrupt.UUID, {
|
|
1196
1291
|
format: "tlv8" /* TLV8 */,
|
|
@@ -1209,7 +1304,7 @@ Characteristic_1.Characteristic.DataStreamHAPTransportInterrupt = DataStreamHAPT
|
|
|
1209
1304
|
* @deprecated Removed and not used anymore
|
|
1210
1305
|
*/
|
|
1211
1306
|
var DayoftheWeek = /** @class */ (function (_super) {
|
|
1212
|
-
tslib_1.__extends(DayoftheWeek, _super);
|
|
1307
|
+
(0, tslib_1.__extends)(DayoftheWeek, _super);
|
|
1213
1308
|
function DayoftheWeek() {
|
|
1214
1309
|
var _this = _super.call(this, "Day of the Week", DayoftheWeek.UUID, {
|
|
1215
1310
|
format: "uint8" /* UINT8 */,
|
|
@@ -1231,7 +1326,7 @@ Characteristic_1.Characteristic.DayoftheWeek = DayoftheWeek;
|
|
|
1231
1326
|
* @since iOS 13.2
|
|
1232
1327
|
*/
|
|
1233
1328
|
var DiagonalFieldOfView = /** @class */ (function (_super) {
|
|
1234
|
-
tslib_1.__extends(DiagonalFieldOfView, _super);
|
|
1329
|
+
(0, tslib_1.__extends)(DiagonalFieldOfView, _super);
|
|
1235
1330
|
function DiagonalFieldOfView() {
|
|
1236
1331
|
var _this = _super.call(this, "Diagonal Field Of View", DiagonalFieldOfView.UUID, {
|
|
1237
1332
|
format: "float" /* FLOAT */,
|
|
@@ -1252,7 +1347,7 @@ Characteristic_1.Characteristic.DiagonalFieldOfView = DiagonalFieldOfView;
|
|
|
1252
1347
|
* Characteristic "Digital Zoom"
|
|
1253
1348
|
*/
|
|
1254
1349
|
var DigitalZoom = /** @class */ (function (_super) {
|
|
1255
|
-
tslib_1.__extends(DigitalZoom, _super);
|
|
1350
|
+
(0, tslib_1.__extends)(DigitalZoom, _super);
|
|
1256
1351
|
function DigitalZoom() {
|
|
1257
1352
|
var _this = _super.call(this, "Digital Zoom", DigitalZoom.UUID, {
|
|
1258
1353
|
format: "float" /* FLOAT */,
|
|
@@ -1272,7 +1367,7 @@ Characteristic_1.Characteristic.DigitalZoom = DigitalZoom;
|
|
|
1272
1367
|
* @deprecated Removed and not used anymore
|
|
1273
1368
|
*/
|
|
1274
1369
|
var DiscoverBridgedAccessories = /** @class */ (function (_super) {
|
|
1275
|
-
tslib_1.__extends(DiscoverBridgedAccessories, _super);
|
|
1370
|
+
(0, tslib_1.__extends)(DiscoverBridgedAccessories, _super);
|
|
1276
1371
|
function DiscoverBridgedAccessories() {
|
|
1277
1372
|
var _this = _super.call(this, "Discover Bridged Accessories", DiscoverBridgedAccessories.UUID, {
|
|
1278
1373
|
format: "uint8" /* UINT8 */,
|
|
@@ -1292,7 +1387,7 @@ Characteristic_1.Characteristic.DiscoverBridgedAccessories = DiscoverBridgedAcce
|
|
|
1292
1387
|
* @deprecated Removed and not used anymore
|
|
1293
1388
|
*/
|
|
1294
1389
|
var DiscoveredBridgedAccessories = /** @class */ (function (_super) {
|
|
1295
|
-
tslib_1.__extends(DiscoveredBridgedAccessories, _super);
|
|
1390
|
+
(0, tslib_1.__extends)(DiscoveredBridgedAccessories, _super);
|
|
1296
1391
|
function DiscoveredBridgedAccessories() {
|
|
1297
1392
|
var _this = _super.call(this, "Discovered Bridged Accessories", DiscoveredBridgedAccessories.UUID, {
|
|
1298
1393
|
format: "uint16" /* UINT16 */,
|
|
@@ -1311,7 +1406,7 @@ Characteristic_1.Characteristic.DiscoveredBridgedAccessories = DiscoveredBridged
|
|
|
1311
1406
|
* Characteristic "Display Order"
|
|
1312
1407
|
*/
|
|
1313
1408
|
var DisplayOrder = /** @class */ (function (_super) {
|
|
1314
|
-
tslib_1.__extends(DisplayOrder, _super);
|
|
1409
|
+
(0, tslib_1.__extends)(DisplayOrder, _super);
|
|
1315
1410
|
function DisplayOrder() {
|
|
1316
1411
|
var _this = _super.call(this, "Display Order", DisplayOrder.UUID, {
|
|
1317
1412
|
format: "tlv8" /* TLV8 */,
|
|
@@ -1330,7 +1425,7 @@ Characteristic_1.Characteristic.DisplayOrder = DisplayOrder;
|
|
|
1330
1425
|
* @since iOS 14
|
|
1331
1426
|
*/
|
|
1332
1427
|
var EventRetransmissionMaximum = /** @class */ (function (_super) {
|
|
1333
|
-
tslib_1.__extends(EventRetransmissionMaximum, _super);
|
|
1428
|
+
(0, tslib_1.__extends)(EventRetransmissionMaximum, _super);
|
|
1334
1429
|
function EventRetransmissionMaximum() {
|
|
1335
1430
|
var _this = _super.call(this, "Event Retransmission Maximum", EventRetransmissionMaximum.UUID, {
|
|
1336
1431
|
format: "uint8" /* UINT8 */,
|
|
@@ -1348,7 +1443,7 @@ Characteristic_1.Characteristic.EventRetransmissionMaximum = EventRetransmission
|
|
|
1348
1443
|
* Characteristic "Event Snapshots Active"
|
|
1349
1444
|
*/
|
|
1350
1445
|
var EventSnapshotsActive = /** @class */ (function (_super) {
|
|
1351
|
-
tslib_1.__extends(EventSnapshotsActive, _super);
|
|
1446
|
+
(0, tslib_1.__extends)(EventSnapshotsActive, _super);
|
|
1352
1447
|
function EventSnapshotsActive() {
|
|
1353
1448
|
var _this = _super.call(this, "Event Snapshots Active", EventSnapshotsActive.UUID, {
|
|
1354
1449
|
format: "uint8" /* UINT8 */,
|
|
@@ -1372,7 +1467,7 @@ Characteristic_1.Characteristic.EventSnapshotsActive = EventSnapshotsActive;
|
|
|
1372
1467
|
* @since iOS 14
|
|
1373
1468
|
*/
|
|
1374
1469
|
var EventTransmissionCounters = /** @class */ (function (_super) {
|
|
1375
|
-
tslib_1.__extends(EventTransmissionCounters, _super);
|
|
1470
|
+
(0, tslib_1.__extends)(EventTransmissionCounters, _super);
|
|
1376
1471
|
function EventTransmissionCounters() {
|
|
1377
1472
|
var _this = _super.call(this, "Event Transmission Counters", EventTransmissionCounters.UUID, {
|
|
1378
1473
|
format: "uint32" /* UINT32 */,
|
|
@@ -1390,7 +1485,7 @@ Characteristic_1.Characteristic.EventTransmissionCounters = EventTransmissionCou
|
|
|
1390
1485
|
* Characteristic "Filter Change Indication"
|
|
1391
1486
|
*/
|
|
1392
1487
|
var FilterChangeIndication = /** @class */ (function (_super) {
|
|
1393
|
-
tslib_1.__extends(FilterChangeIndication, _super);
|
|
1488
|
+
(0, tslib_1.__extends)(FilterChangeIndication, _super);
|
|
1394
1489
|
function FilterChangeIndication() {
|
|
1395
1490
|
var _this = _super.call(this, "Filter Change Indication", FilterChangeIndication.UUID, {
|
|
1396
1491
|
format: "uint8" /* UINT8 */,
|
|
@@ -1414,7 +1509,7 @@ Characteristic_1.Characteristic.FilterChangeIndication = FilterChangeIndication;
|
|
|
1414
1509
|
* Characteristic "Filter Life Level"
|
|
1415
1510
|
*/
|
|
1416
1511
|
var FilterLifeLevel = /** @class */ (function (_super) {
|
|
1417
|
-
tslib_1.__extends(FilterLifeLevel, _super);
|
|
1512
|
+
(0, tslib_1.__extends)(FilterLifeLevel, _super);
|
|
1418
1513
|
function FilterLifeLevel() {
|
|
1419
1514
|
var _this = _super.call(this, "Filter Life Level", FilterLifeLevel.UUID, {
|
|
1420
1515
|
format: "float" /* FLOAT */,
|
|
@@ -1435,7 +1530,7 @@ Characteristic_1.Characteristic.FilterLifeLevel = FilterLifeLevel;
|
|
|
1435
1530
|
* Characteristic "Firmware Revision"
|
|
1436
1531
|
*/
|
|
1437
1532
|
var FirmwareRevision = /** @class */ (function (_super) {
|
|
1438
|
-
tslib_1.__extends(FirmwareRevision, _super);
|
|
1533
|
+
(0, tslib_1.__extends)(FirmwareRevision, _super);
|
|
1439
1534
|
function FirmwareRevision() {
|
|
1440
1535
|
var _this = _super.call(this, "Firmware Revision", FirmwareRevision.UUID, {
|
|
1441
1536
|
format: "string" /* STRING */,
|
|
@@ -1453,7 +1548,7 @@ Characteristic_1.Characteristic.FirmwareRevision = FirmwareRevision;
|
|
|
1453
1548
|
* Characteristic "Firmware Update Readiness"
|
|
1454
1549
|
*/
|
|
1455
1550
|
var FirmwareUpdateReadiness = /** @class */ (function (_super) {
|
|
1456
|
-
tslib_1.__extends(FirmwareUpdateReadiness, _super);
|
|
1551
|
+
(0, tslib_1.__extends)(FirmwareUpdateReadiness, _super);
|
|
1457
1552
|
function FirmwareUpdateReadiness() {
|
|
1458
1553
|
var _this = _super.call(this, "Firmware Update Readiness", FirmwareUpdateReadiness.UUID, {
|
|
1459
1554
|
format: "tlv8" /* TLV8 */,
|
|
@@ -1471,7 +1566,7 @@ Characteristic_1.Characteristic.FirmwareUpdateReadiness = FirmwareUpdateReadines
|
|
|
1471
1566
|
* Characteristic "Firmware Update Status"
|
|
1472
1567
|
*/
|
|
1473
1568
|
var FirmwareUpdateStatus = /** @class */ (function (_super) {
|
|
1474
|
-
tslib_1.__extends(FirmwareUpdateStatus, _super);
|
|
1569
|
+
(0, tslib_1.__extends)(FirmwareUpdateStatus, _super);
|
|
1475
1570
|
function FirmwareUpdateStatus() {
|
|
1476
1571
|
var _this = _super.call(this, "Firmware Update Status", FirmwareUpdateStatus.UUID, {
|
|
1477
1572
|
format: "tlv8" /* TLV8 */,
|
|
@@ -1485,11 +1580,30 @@ var FirmwareUpdateStatus = /** @class */ (function (_super) {
|
|
|
1485
1580
|
}(Characteristic_1.Characteristic));
|
|
1486
1581
|
exports.FirmwareUpdateStatus = FirmwareUpdateStatus;
|
|
1487
1582
|
Characteristic_1.Characteristic.FirmwareUpdateStatus = FirmwareUpdateStatus;
|
|
1583
|
+
/**
|
|
1584
|
+
* Characteristic "Hardware Finish"
|
|
1585
|
+
* @since iOS 15
|
|
1586
|
+
*/
|
|
1587
|
+
var HardwareFinish = /** @class */ (function (_super) {
|
|
1588
|
+
(0, tslib_1.__extends)(HardwareFinish, _super);
|
|
1589
|
+
function HardwareFinish() {
|
|
1590
|
+
var _this = _super.call(this, "Hardware Finish", HardwareFinish.UUID, {
|
|
1591
|
+
format: "tlv8" /* TLV8 */,
|
|
1592
|
+
perms: ["pr" /* PAIRED_READ */],
|
|
1593
|
+
}) || this;
|
|
1594
|
+
_this.value = _this.getDefaultValue();
|
|
1595
|
+
return _this;
|
|
1596
|
+
}
|
|
1597
|
+
HardwareFinish.UUID = "0000026C-0000-1000-8000-0026BB765291";
|
|
1598
|
+
return HardwareFinish;
|
|
1599
|
+
}(Characteristic_1.Characteristic));
|
|
1600
|
+
exports.HardwareFinish = HardwareFinish;
|
|
1601
|
+
Characteristic_1.Characteristic.HardwareFinish = HardwareFinish;
|
|
1488
1602
|
/**
|
|
1489
1603
|
* Characteristic "Hardware Revision"
|
|
1490
1604
|
*/
|
|
1491
1605
|
var HardwareRevision = /** @class */ (function (_super) {
|
|
1492
|
-
tslib_1.__extends(HardwareRevision, _super);
|
|
1606
|
+
(0, tslib_1.__extends)(HardwareRevision, _super);
|
|
1493
1607
|
function HardwareRevision() {
|
|
1494
1608
|
var _this = _super.call(this, "Hardware Revision", HardwareRevision.UUID, {
|
|
1495
1609
|
format: "string" /* STRING */,
|
|
@@ -1508,7 +1622,7 @@ Characteristic_1.Characteristic.HardwareRevision = HardwareRevision;
|
|
|
1508
1622
|
* @since iOS 14
|
|
1509
1623
|
*/
|
|
1510
1624
|
var HeartBeat = /** @class */ (function (_super) {
|
|
1511
|
-
tslib_1.__extends(HeartBeat, _super);
|
|
1625
|
+
(0, tslib_1.__extends)(HeartBeat, _super);
|
|
1512
1626
|
function HeartBeat() {
|
|
1513
1627
|
var _this = _super.call(this, "Heart Beat", HeartBeat.UUID, {
|
|
1514
1628
|
format: "uint32" /* UINT32 */,
|
|
@@ -1526,7 +1640,7 @@ Characteristic_1.Characteristic.HeartBeat = HeartBeat;
|
|
|
1526
1640
|
* Characteristic "Heating Threshold Temperature"
|
|
1527
1641
|
*/
|
|
1528
1642
|
var HeatingThresholdTemperature = /** @class */ (function (_super) {
|
|
1529
|
-
tslib_1.__extends(HeatingThresholdTemperature, _super);
|
|
1643
|
+
(0, tslib_1.__extends)(HeatingThresholdTemperature, _super);
|
|
1530
1644
|
function HeatingThresholdTemperature() {
|
|
1531
1645
|
var _this = _super.call(this, "Heating Threshold Temperature", HeatingThresholdTemperature.UUID, {
|
|
1532
1646
|
format: "float" /* FLOAT */,
|
|
@@ -1548,7 +1662,7 @@ Characteristic_1.Characteristic.HeatingThresholdTemperature = HeatingThresholdTe
|
|
|
1548
1662
|
* Characteristic "Hold Position"
|
|
1549
1663
|
*/
|
|
1550
1664
|
var HoldPosition = /** @class */ (function (_super) {
|
|
1551
|
-
tslib_1.__extends(HoldPosition, _super);
|
|
1665
|
+
(0, tslib_1.__extends)(HoldPosition, _super);
|
|
1552
1666
|
function HoldPosition() {
|
|
1553
1667
|
var _this = _super.call(this, "Hold Position", HoldPosition.UUID, {
|
|
1554
1668
|
format: "bool" /* BOOL */,
|
|
@@ -1566,7 +1680,7 @@ Characteristic_1.Characteristic.HoldPosition = HoldPosition;
|
|
|
1566
1680
|
* Characteristic "HomeKit Camera Active"
|
|
1567
1681
|
*/
|
|
1568
1682
|
var HomeKitCameraActive = /** @class */ (function (_super) {
|
|
1569
|
-
tslib_1.__extends(HomeKitCameraActive, _super);
|
|
1683
|
+
(0, tslib_1.__extends)(HomeKitCameraActive, _super);
|
|
1570
1684
|
function HomeKitCameraActive() {
|
|
1571
1685
|
var _this = _super.call(this, "HomeKit Camera Active", HomeKitCameraActive.UUID, {
|
|
1572
1686
|
format: "uint8" /* UINT8 */,
|
|
@@ -1589,7 +1703,7 @@ Characteristic_1.Characteristic.HomeKitCameraActive = HomeKitCameraActive;
|
|
|
1589
1703
|
* Characteristic "Hue"
|
|
1590
1704
|
*/
|
|
1591
1705
|
var Hue = /** @class */ (function (_super) {
|
|
1592
|
-
tslib_1.__extends(Hue, _super);
|
|
1706
|
+
(0, tslib_1.__extends)(Hue, _super);
|
|
1593
1707
|
function Hue() {
|
|
1594
1708
|
var _this = _super.call(this, "Hue", Hue.UUID, {
|
|
1595
1709
|
format: "float" /* FLOAT */,
|
|
@@ -1611,7 +1725,7 @@ Characteristic_1.Characteristic.Hue = Hue;
|
|
|
1611
1725
|
* Characteristic "Identifier"
|
|
1612
1726
|
*/
|
|
1613
1727
|
var Identifier = /** @class */ (function (_super) {
|
|
1614
|
-
tslib_1.__extends(Identifier, _super);
|
|
1728
|
+
(0, tslib_1.__extends)(Identifier, _super);
|
|
1615
1729
|
function Identifier() {
|
|
1616
1730
|
var _this = _super.call(this, "Identifier", Identifier.UUID, {
|
|
1617
1731
|
format: "uint32" /* UINT32 */,
|
|
@@ -1629,7 +1743,7 @@ Characteristic_1.Characteristic.Identifier = Identifier;
|
|
|
1629
1743
|
* Characteristic "Identify"
|
|
1630
1744
|
*/
|
|
1631
1745
|
var Identify = /** @class */ (function (_super) {
|
|
1632
|
-
tslib_1.__extends(Identify, _super);
|
|
1746
|
+
(0, tslib_1.__extends)(Identify, _super);
|
|
1633
1747
|
function Identify() {
|
|
1634
1748
|
var _this = _super.call(this, "Identify", Identify.UUID, {
|
|
1635
1749
|
format: "bool" /* BOOL */,
|
|
@@ -1647,7 +1761,7 @@ Characteristic_1.Characteristic.Identify = Identify;
|
|
|
1647
1761
|
* Characteristic "Image Mirroring"
|
|
1648
1762
|
*/
|
|
1649
1763
|
var ImageMirroring = /** @class */ (function (_super) {
|
|
1650
|
-
tslib_1.__extends(ImageMirroring, _super);
|
|
1764
|
+
(0, tslib_1.__extends)(ImageMirroring, _super);
|
|
1651
1765
|
function ImageMirroring() {
|
|
1652
1766
|
var _this = _super.call(this, "Image Mirroring", ImageMirroring.UUID, {
|
|
1653
1767
|
format: "bool" /* BOOL */,
|
|
@@ -1665,7 +1779,7 @@ Characteristic_1.Characteristic.ImageMirroring = ImageMirroring;
|
|
|
1665
1779
|
* Characteristic "Image Rotation"
|
|
1666
1780
|
*/
|
|
1667
1781
|
var ImageRotation = /** @class */ (function (_super) {
|
|
1668
|
-
tslib_1.__extends(ImageRotation, _super);
|
|
1782
|
+
(0, tslib_1.__extends)(ImageRotation, _super);
|
|
1669
1783
|
function ImageRotation() {
|
|
1670
1784
|
var _this = _super.call(this, "Image Rotation", ImageRotation.UUID, {
|
|
1671
1785
|
format: "int" /* INT */,
|
|
@@ -1687,7 +1801,7 @@ Characteristic_1.Characteristic.ImageRotation = ImageRotation;
|
|
|
1687
1801
|
* Characteristic "Input Device Type"
|
|
1688
1802
|
*/
|
|
1689
1803
|
var InputDeviceType = /** @class */ (function (_super) {
|
|
1690
|
-
tslib_1.__extends(InputDeviceType, _super);
|
|
1804
|
+
(0, tslib_1.__extends)(InputDeviceType, _super);
|
|
1691
1805
|
function InputDeviceType() {
|
|
1692
1806
|
var _this = _super.call(this, "Input Device Type", InputDeviceType.UUID, {
|
|
1693
1807
|
format: "uint8" /* UINT8 */,
|
|
@@ -1715,7 +1829,7 @@ Characteristic_1.Characteristic.InputDeviceType = InputDeviceType;
|
|
|
1715
1829
|
* Characteristic "Input Source Type"
|
|
1716
1830
|
*/
|
|
1717
1831
|
var InputSourceType = /** @class */ (function (_super) {
|
|
1718
|
-
tslib_1.__extends(InputSourceType, _super);
|
|
1832
|
+
(0, tslib_1.__extends)(InputSourceType, _super);
|
|
1719
1833
|
function InputSourceType() {
|
|
1720
1834
|
var _this = _super.call(this, "Input Source Type", InputSourceType.UUID, {
|
|
1721
1835
|
format: "uint8" /* UINT8 */,
|
|
@@ -1748,7 +1862,7 @@ Characteristic_1.Characteristic.InputSourceType = InputSourceType;
|
|
|
1748
1862
|
* Characteristic "In Use"
|
|
1749
1863
|
*/
|
|
1750
1864
|
var InUse = /** @class */ (function (_super) {
|
|
1751
|
-
tslib_1.__extends(InUse, _super);
|
|
1865
|
+
(0, tslib_1.__extends)(InUse, _super);
|
|
1752
1866
|
function InUse() {
|
|
1753
1867
|
var _this = _super.call(this, "In Use", InUse.UUID, {
|
|
1754
1868
|
format: "uint8" /* UINT8 */,
|
|
@@ -1772,7 +1886,7 @@ Characteristic_1.Characteristic.InUse = InUse;
|
|
|
1772
1886
|
* Characteristic "Is Configured"
|
|
1773
1887
|
*/
|
|
1774
1888
|
var IsConfigured = /** @class */ (function (_super) {
|
|
1775
|
-
tslib_1.__extends(IsConfigured, _super);
|
|
1889
|
+
(0, tslib_1.__extends)(IsConfigured, _super);
|
|
1776
1890
|
function IsConfigured() {
|
|
1777
1891
|
var _this = _super.call(this, "Is Configured", IsConfigured.UUID, {
|
|
1778
1892
|
format: "uint8" /* UINT8 */,
|
|
@@ -1796,7 +1910,7 @@ Characteristic_1.Characteristic.IsConfigured = IsConfigured;
|
|
|
1796
1910
|
* Characteristic "Leak Detected"
|
|
1797
1911
|
*/
|
|
1798
1912
|
var LeakDetected = /** @class */ (function (_super) {
|
|
1799
|
-
tslib_1.__extends(LeakDetected, _super);
|
|
1913
|
+
(0, tslib_1.__extends)(LeakDetected, _super);
|
|
1800
1914
|
function LeakDetected() {
|
|
1801
1915
|
var _this = _super.call(this, "Leak Detected", LeakDetected.UUID, {
|
|
1802
1916
|
format: "uint8" /* UINT8 */,
|
|
@@ -1821,7 +1935,7 @@ Characteristic_1.Characteristic.LeakDetected = LeakDetected;
|
|
|
1821
1935
|
* @deprecated Removed and not used anymore
|
|
1822
1936
|
*/
|
|
1823
1937
|
var LinkQuality = /** @class */ (function (_super) {
|
|
1824
|
-
tslib_1.__extends(LinkQuality, _super);
|
|
1938
|
+
(0, tslib_1.__extends)(LinkQuality, _super);
|
|
1825
1939
|
function LinkQuality() {
|
|
1826
1940
|
var _this = _super.call(this, "Link Quality", LinkQuality.UUID, {
|
|
1827
1941
|
format: "uint8" /* UINT8 */,
|
|
@@ -1842,7 +1956,7 @@ Characteristic_1.Characteristic.LinkQuality = LinkQuality;
|
|
|
1842
1956
|
* Characteristic "List Pairings"
|
|
1843
1957
|
*/
|
|
1844
1958
|
var ListPairings = /** @class */ (function (_super) {
|
|
1845
|
-
tslib_1.__extends(ListPairings, _super);
|
|
1959
|
+
(0, tslib_1.__extends)(ListPairings, _super);
|
|
1846
1960
|
function ListPairings() {
|
|
1847
1961
|
var _this = _super.call(this, "List Pairings", ListPairings.UUID, {
|
|
1848
1962
|
format: "tlv8" /* TLV8 */,
|
|
@@ -1860,7 +1974,7 @@ Characteristic_1.Characteristic.ListPairings = ListPairings;
|
|
|
1860
1974
|
* Characteristic "Lock Control Point"
|
|
1861
1975
|
*/
|
|
1862
1976
|
var LockControlPoint = /** @class */ (function (_super) {
|
|
1863
|
-
tslib_1.__extends(LockControlPoint, _super);
|
|
1977
|
+
(0, tslib_1.__extends)(LockControlPoint, _super);
|
|
1864
1978
|
function LockControlPoint() {
|
|
1865
1979
|
var _this = _super.call(this, "Lock Control Point", LockControlPoint.UUID, {
|
|
1866
1980
|
format: "tlv8" /* TLV8 */,
|
|
@@ -1878,7 +1992,7 @@ Characteristic_1.Characteristic.LockControlPoint = LockControlPoint;
|
|
|
1878
1992
|
* Characteristic "Lock Current State"
|
|
1879
1993
|
*/
|
|
1880
1994
|
var LockCurrentState = /** @class */ (function (_super) {
|
|
1881
|
-
tslib_1.__extends(LockCurrentState, _super);
|
|
1995
|
+
(0, tslib_1.__extends)(LockCurrentState, _super);
|
|
1882
1996
|
function LockCurrentState() {
|
|
1883
1997
|
var _this = _super.call(this, "Lock Current State", LockCurrentState.UUID, {
|
|
1884
1998
|
format: "uint8" /* UINT8 */,
|
|
@@ -1904,7 +2018,7 @@ Characteristic_1.Characteristic.LockCurrentState = LockCurrentState;
|
|
|
1904
2018
|
* Characteristic "Lock Last Known Action"
|
|
1905
2019
|
*/
|
|
1906
2020
|
var LockLastKnownAction = /** @class */ (function (_super) {
|
|
1907
|
-
tslib_1.__extends(LockLastKnownAction, _super);
|
|
2021
|
+
(0, tslib_1.__extends)(LockLastKnownAction, _super);
|
|
1908
2022
|
function LockLastKnownAction() {
|
|
1909
2023
|
var _this = _super.call(this, "Lock Last Known Action", LockLastKnownAction.UUID, {
|
|
1910
2024
|
format: "uint8" /* UINT8 */,
|
|
@@ -1937,7 +2051,7 @@ Characteristic_1.Characteristic.LockLastKnownAction = LockLastKnownAction;
|
|
|
1937
2051
|
* Characteristic "Lock Management Auto Security Timeout"
|
|
1938
2052
|
*/
|
|
1939
2053
|
var LockManagementAutoSecurityTimeout = /** @class */ (function (_super) {
|
|
1940
|
-
tslib_1.__extends(LockManagementAutoSecurityTimeout, _super);
|
|
2054
|
+
(0, tslib_1.__extends)(LockManagementAutoSecurityTimeout, _super);
|
|
1941
2055
|
function LockManagementAutoSecurityTimeout() {
|
|
1942
2056
|
var _this = _super.call(this, "Lock Management Auto Security Timeout", LockManagementAutoSecurityTimeout.UUID, {
|
|
1943
2057
|
format: "uint32" /* UINT32 */,
|
|
@@ -1956,7 +2070,7 @@ Characteristic_1.Characteristic.LockManagementAutoSecurityTimeout = LockManageme
|
|
|
1956
2070
|
* Characteristic "Lock Physical Controls"
|
|
1957
2071
|
*/
|
|
1958
2072
|
var LockPhysicalControls = /** @class */ (function (_super) {
|
|
1959
|
-
tslib_1.__extends(LockPhysicalControls, _super);
|
|
2073
|
+
(0, tslib_1.__extends)(LockPhysicalControls, _super);
|
|
1960
2074
|
function LockPhysicalControls() {
|
|
1961
2075
|
var _this = _super.call(this, "Lock Physical Controls", LockPhysicalControls.UUID, {
|
|
1962
2076
|
format: "uint8" /* UINT8 */,
|
|
@@ -1980,7 +2094,7 @@ Characteristic_1.Characteristic.LockPhysicalControls = LockPhysicalControls;
|
|
|
1980
2094
|
* Characteristic "Lock Target State"
|
|
1981
2095
|
*/
|
|
1982
2096
|
var LockTargetState = /** @class */ (function (_super) {
|
|
1983
|
-
tslib_1.__extends(LockTargetState, _super);
|
|
2097
|
+
(0, tslib_1.__extends)(LockTargetState, _super);
|
|
1984
2098
|
function LockTargetState() {
|
|
1985
2099
|
var _this = _super.call(this, "Lock Target State", LockTargetState.UUID, {
|
|
1986
2100
|
format: "uint8" /* UINT8 */,
|
|
@@ -2004,7 +2118,7 @@ Characteristic_1.Characteristic.LockTargetState = LockTargetState;
|
|
|
2004
2118
|
* Characteristic "Logs"
|
|
2005
2119
|
*/
|
|
2006
2120
|
var Logs = /** @class */ (function (_super) {
|
|
2007
|
-
tslib_1.__extends(Logs, _super);
|
|
2121
|
+
(0, tslib_1.__extends)(Logs, _super);
|
|
2008
2122
|
function Logs() {
|
|
2009
2123
|
var _this = _super.call(this, "Logs", Logs.UUID, {
|
|
2010
2124
|
format: "tlv8" /* TLV8 */,
|
|
@@ -2023,7 +2137,7 @@ Characteristic_1.Characteristic.Logs = Logs;
|
|
|
2023
2137
|
* @since iOS 14
|
|
2024
2138
|
*/
|
|
2025
2139
|
var MACRetransmissionMaximum = /** @class */ (function (_super) {
|
|
2026
|
-
tslib_1.__extends(MACRetransmissionMaximum, _super);
|
|
2140
|
+
(0, tslib_1.__extends)(MACRetransmissionMaximum, _super);
|
|
2027
2141
|
function MACRetransmissionMaximum() {
|
|
2028
2142
|
var _this = _super.call(this, "MAC Retransmission Maximum", MACRetransmissionMaximum.UUID, {
|
|
2029
2143
|
format: "uint8" /* UINT8 */,
|
|
@@ -2041,7 +2155,7 @@ Characteristic_1.Characteristic.MACRetransmissionMaximum = MACRetransmissionMaxi
|
|
|
2041
2155
|
* Characteristic "MAC Transmission Counters"
|
|
2042
2156
|
*/
|
|
2043
2157
|
var MACTransmissionCounters = /** @class */ (function (_super) {
|
|
2044
|
-
tslib_1.__extends(MACTransmissionCounters, _super);
|
|
2158
|
+
(0, tslib_1.__extends)(MACTransmissionCounters, _super);
|
|
2045
2159
|
function MACTransmissionCounters() {
|
|
2046
2160
|
var _this = _super.call(this, "MAC Transmission Counters", MACTransmissionCounters.UUID, {
|
|
2047
2161
|
format: "data" /* DATA */,
|
|
@@ -2059,7 +2173,7 @@ Characteristic_1.Characteristic.MACTransmissionCounters = MACTransmissionCounter
|
|
|
2059
2173
|
* Characteristic "Managed Network Enable"
|
|
2060
2174
|
*/
|
|
2061
2175
|
var ManagedNetworkEnable = /** @class */ (function (_super) {
|
|
2062
|
-
tslib_1.__extends(ManagedNetworkEnable, _super);
|
|
2176
|
+
(0, tslib_1.__extends)(ManagedNetworkEnable, _super);
|
|
2063
2177
|
function ManagedNetworkEnable() {
|
|
2064
2178
|
var _this = _super.call(this, "Managed Network Enable", ManagedNetworkEnable.UUID, {
|
|
2065
2179
|
format: "uint8" /* UINT8 */,
|
|
@@ -2082,7 +2196,7 @@ Characteristic_1.Characteristic.ManagedNetworkEnable = ManagedNetworkEnable;
|
|
|
2082
2196
|
* Characteristic "Manually Disabled"
|
|
2083
2197
|
*/
|
|
2084
2198
|
var ManuallyDisabled = /** @class */ (function (_super) {
|
|
2085
|
-
tslib_1.__extends(ManuallyDisabled, _super);
|
|
2199
|
+
(0, tslib_1.__extends)(ManuallyDisabled, _super);
|
|
2086
2200
|
function ManuallyDisabled() {
|
|
2087
2201
|
var _this = _super.call(this, "Manually Disabled", ManuallyDisabled.UUID, {
|
|
2088
2202
|
format: "bool" /* BOOL */,
|
|
@@ -2103,7 +2217,7 @@ Characteristic_1.Characteristic.ManuallyDisabled = ManuallyDisabled;
|
|
|
2103
2217
|
* Characteristic "Manufacturer"
|
|
2104
2218
|
*/
|
|
2105
2219
|
var Manufacturer = /** @class */ (function (_super) {
|
|
2106
|
-
tslib_1.__extends(Manufacturer, _super);
|
|
2220
|
+
(0, tslib_1.__extends)(Manufacturer, _super);
|
|
2107
2221
|
function Manufacturer() {
|
|
2108
2222
|
var _this = _super.call(this, "Manufacturer", Manufacturer.UUID, {
|
|
2109
2223
|
format: "string" /* STRING */,
|
|
@@ -2123,7 +2237,7 @@ Characteristic_1.Characteristic.Manufacturer = Manufacturer;
|
|
|
2123
2237
|
* @since iOS 14
|
|
2124
2238
|
*/
|
|
2125
2239
|
var MaximumTransmitPower = /** @class */ (function (_super) {
|
|
2126
|
-
tslib_1.__extends(MaximumTransmitPower, _super);
|
|
2240
|
+
(0, tslib_1.__extends)(MaximumTransmitPower, _super);
|
|
2127
2241
|
function MaximumTransmitPower() {
|
|
2128
2242
|
var _this = _super.call(this, "Maximum Transmit Power", MaximumTransmitPower.UUID, {
|
|
2129
2243
|
format: "int" /* INT */,
|
|
@@ -2141,7 +2255,7 @@ Characteristic_1.Characteristic.MaximumTransmitPower = MaximumTransmitPower;
|
|
|
2141
2255
|
* Characteristic "Model"
|
|
2142
2256
|
*/
|
|
2143
2257
|
var Model = /** @class */ (function (_super) {
|
|
2144
|
-
tslib_1.__extends(Model, _super);
|
|
2258
|
+
(0, tslib_1.__extends)(Model, _super);
|
|
2145
2259
|
function Model() {
|
|
2146
2260
|
var _this = _super.call(this, "Model", Model.UUID, {
|
|
2147
2261
|
format: "string" /* STRING */,
|
|
@@ -2160,7 +2274,7 @@ Characteristic_1.Characteristic.Model = Model;
|
|
|
2160
2274
|
* Characteristic "Motion Detected"
|
|
2161
2275
|
*/
|
|
2162
2276
|
var MotionDetected = /** @class */ (function (_super) {
|
|
2163
|
-
tslib_1.__extends(MotionDetected, _super);
|
|
2277
|
+
(0, tslib_1.__extends)(MotionDetected, _super);
|
|
2164
2278
|
function MotionDetected() {
|
|
2165
2279
|
var _this = _super.call(this, "Motion Detected", MotionDetected.UUID, {
|
|
2166
2280
|
format: "bool" /* BOOL */,
|
|
@@ -2174,11 +2288,31 @@ var MotionDetected = /** @class */ (function (_super) {
|
|
|
2174
2288
|
}(Characteristic_1.Characteristic));
|
|
2175
2289
|
exports.MotionDetected = MotionDetected;
|
|
2176
2290
|
Characteristic_1.Characteristic.MotionDetected = MotionDetected;
|
|
2291
|
+
/**
|
|
2292
|
+
* Characteristic "Multifunction Button"
|
|
2293
|
+
*/
|
|
2294
|
+
var MultifunctionButton = /** @class */ (function (_super) {
|
|
2295
|
+
(0, tslib_1.__extends)(MultifunctionButton, _super);
|
|
2296
|
+
function MultifunctionButton() {
|
|
2297
|
+
var _this = _super.call(this, "Multifunction Button", MultifunctionButton.UUID, {
|
|
2298
|
+
format: "uint8" /* UINT8 */,
|
|
2299
|
+
perms: ["ev" /* NOTIFY */, "pr" /* PAIRED_READ */],
|
|
2300
|
+
minValue: 0,
|
|
2301
|
+
maxValue: 1,
|
|
2302
|
+
}) || this;
|
|
2303
|
+
_this.value = _this.getDefaultValue();
|
|
2304
|
+
return _this;
|
|
2305
|
+
}
|
|
2306
|
+
MultifunctionButton.UUID = "0000026B-0000-1000-8000-0026BB765291";
|
|
2307
|
+
return MultifunctionButton;
|
|
2308
|
+
}(Characteristic_1.Characteristic));
|
|
2309
|
+
exports.MultifunctionButton = MultifunctionButton;
|
|
2310
|
+
Characteristic_1.Characteristic.MultifunctionButton = MultifunctionButton;
|
|
2177
2311
|
/**
|
|
2178
2312
|
* Characteristic "Mute"
|
|
2179
2313
|
*/
|
|
2180
2314
|
var Mute = /** @class */ (function (_super) {
|
|
2181
|
-
tslib_1.__extends(Mute, _super);
|
|
2315
|
+
(0, tslib_1.__extends)(Mute, _super);
|
|
2182
2316
|
function Mute() {
|
|
2183
2317
|
var _this = _super.call(this, "Mute", Mute.UUID, {
|
|
2184
2318
|
format: "bool" /* BOOL */,
|
|
@@ -2196,7 +2330,7 @@ Characteristic_1.Characteristic.Mute = Mute;
|
|
|
2196
2330
|
* Characteristic "Name"
|
|
2197
2331
|
*/
|
|
2198
2332
|
var Name = /** @class */ (function (_super) {
|
|
2199
|
-
tslib_1.__extends(Name, _super);
|
|
2333
|
+
(0, tslib_1.__extends)(Name, _super);
|
|
2200
2334
|
function Name() {
|
|
2201
2335
|
var _this = _super.call(this, "Name", Name.UUID, {
|
|
2202
2336
|
format: "string" /* STRING */,
|
|
@@ -2215,7 +2349,7 @@ Characteristic_1.Characteristic.Name = Name;
|
|
|
2215
2349
|
* Characteristic "Network Access Violation Control"
|
|
2216
2350
|
*/
|
|
2217
2351
|
var NetworkAccessViolationControl = /** @class */ (function (_super) {
|
|
2218
|
-
tslib_1.__extends(NetworkAccessViolationControl, _super);
|
|
2352
|
+
(0, tslib_1.__extends)(NetworkAccessViolationControl, _super);
|
|
2219
2353
|
function NetworkAccessViolationControl() {
|
|
2220
2354
|
var _this = _super.call(this, "Network Access Violation Control", NetworkAccessViolationControl.UUID, {
|
|
2221
2355
|
format: "tlv8" /* TLV8 */,
|
|
@@ -2233,7 +2367,7 @@ Characteristic_1.Characteristic.NetworkAccessViolationControl = NetworkAccessVio
|
|
|
2233
2367
|
* Characteristic "Network Client Profile Control"
|
|
2234
2368
|
*/
|
|
2235
2369
|
var NetworkClientProfileControl = /** @class */ (function (_super) {
|
|
2236
|
-
tslib_1.__extends(NetworkClientProfileControl, _super);
|
|
2370
|
+
(0, tslib_1.__extends)(NetworkClientProfileControl, _super);
|
|
2237
2371
|
function NetworkClientProfileControl() {
|
|
2238
2372
|
var _this = _super.call(this, "Network Client Profile Control", NetworkClientProfileControl.UUID, {
|
|
2239
2373
|
format: "tlv8" /* TLV8 */,
|
|
@@ -2251,7 +2385,7 @@ Characteristic_1.Characteristic.NetworkClientProfileControl = NetworkClientProfi
|
|
|
2251
2385
|
* Characteristic "Network Client Status Control"
|
|
2252
2386
|
*/
|
|
2253
2387
|
var NetworkClientStatusControl = /** @class */ (function (_super) {
|
|
2254
|
-
tslib_1.__extends(NetworkClientStatusControl, _super);
|
|
2388
|
+
(0, tslib_1.__extends)(NetworkClientStatusControl, _super);
|
|
2255
2389
|
function NetworkClientStatusControl() {
|
|
2256
2390
|
var _this = _super.call(this, "Network Client Status Control", NetworkClientStatusControl.UUID, {
|
|
2257
2391
|
format: "tlv8" /* TLV8 */,
|
|
@@ -2265,11 +2399,49 @@ var NetworkClientStatusControl = /** @class */ (function (_super) {
|
|
|
2265
2399
|
}(Characteristic_1.Characteristic));
|
|
2266
2400
|
exports.NetworkClientStatusControl = NetworkClientStatusControl;
|
|
2267
2401
|
Characteristic_1.Characteristic.NetworkClientStatusControl = NetworkClientStatusControl;
|
|
2402
|
+
/**
|
|
2403
|
+
* Characteristic "NFC Access Control Point"
|
|
2404
|
+
* @since iOS 15
|
|
2405
|
+
*/
|
|
2406
|
+
var NFCAccessControlPoint = /** @class */ (function (_super) {
|
|
2407
|
+
(0, tslib_1.__extends)(NFCAccessControlPoint, _super);
|
|
2408
|
+
function NFCAccessControlPoint() {
|
|
2409
|
+
var _this = _super.call(this, "NFC Access Control Point", NFCAccessControlPoint.UUID, {
|
|
2410
|
+
format: "tlv8" /* TLV8 */,
|
|
2411
|
+
perms: ["pr" /* PAIRED_READ */, "pw" /* PAIRED_WRITE */, "wr" /* WRITE_RESPONSE */],
|
|
2412
|
+
}) || this;
|
|
2413
|
+
_this.value = _this.getDefaultValue();
|
|
2414
|
+
return _this;
|
|
2415
|
+
}
|
|
2416
|
+
NFCAccessControlPoint.UUID = "00000264-0000-1000-8000-0026BB765291";
|
|
2417
|
+
return NFCAccessControlPoint;
|
|
2418
|
+
}(Characteristic_1.Characteristic));
|
|
2419
|
+
exports.NFCAccessControlPoint = NFCAccessControlPoint;
|
|
2420
|
+
Characteristic_1.Characteristic.NFCAccessControlPoint = NFCAccessControlPoint;
|
|
2421
|
+
/**
|
|
2422
|
+
* Characteristic "NFC Access Supported Configuration"
|
|
2423
|
+
* @since iOS 15
|
|
2424
|
+
*/
|
|
2425
|
+
var NFCAccessSupportedConfiguration = /** @class */ (function (_super) {
|
|
2426
|
+
(0, tslib_1.__extends)(NFCAccessSupportedConfiguration, _super);
|
|
2427
|
+
function NFCAccessSupportedConfiguration() {
|
|
2428
|
+
var _this = _super.call(this, "NFC Access Supported Configuration", NFCAccessSupportedConfiguration.UUID, {
|
|
2429
|
+
format: "tlv8" /* TLV8 */,
|
|
2430
|
+
perms: ["pr" /* PAIRED_READ */],
|
|
2431
|
+
}) || this;
|
|
2432
|
+
_this.value = _this.getDefaultValue();
|
|
2433
|
+
return _this;
|
|
2434
|
+
}
|
|
2435
|
+
NFCAccessSupportedConfiguration.UUID = "00000265-0000-1000-8000-0026BB765291";
|
|
2436
|
+
return NFCAccessSupportedConfiguration;
|
|
2437
|
+
}(Characteristic_1.Characteristic));
|
|
2438
|
+
exports.NFCAccessSupportedConfiguration = NFCAccessSupportedConfiguration;
|
|
2439
|
+
Characteristic_1.Characteristic.NFCAccessSupportedConfiguration = NFCAccessSupportedConfiguration;
|
|
2268
2440
|
/**
|
|
2269
2441
|
* Characteristic "Night Vision"
|
|
2270
2442
|
*/
|
|
2271
2443
|
var NightVision = /** @class */ (function (_super) {
|
|
2272
|
-
tslib_1.__extends(NightVision, _super);
|
|
2444
|
+
(0, tslib_1.__extends)(NightVision, _super);
|
|
2273
2445
|
function NightVision() {
|
|
2274
2446
|
var _this = _super.call(this, "Night Vision", NightVision.UUID, {
|
|
2275
2447
|
format: "bool" /* BOOL */,
|
|
@@ -2287,7 +2459,7 @@ Characteristic_1.Characteristic.NightVision = NightVision;
|
|
|
2287
2459
|
* Characteristic "Nitrogen Dioxide Density"
|
|
2288
2460
|
*/
|
|
2289
2461
|
var NitrogenDioxideDensity = /** @class */ (function (_super) {
|
|
2290
|
-
tslib_1.__extends(NitrogenDioxideDensity, _super);
|
|
2462
|
+
(0, tslib_1.__extends)(NitrogenDioxideDensity, _super);
|
|
2291
2463
|
function NitrogenDioxideDensity() {
|
|
2292
2464
|
var _this = _super.call(this, "Nitrogen Dioxide Density", NitrogenDioxideDensity.UUID, {
|
|
2293
2465
|
format: "float" /* FLOAT */,
|
|
@@ -2308,7 +2480,7 @@ Characteristic_1.Characteristic.NitrogenDioxideDensity = NitrogenDioxideDensity;
|
|
|
2308
2480
|
* Characteristic "Obstruction Detected"
|
|
2309
2481
|
*/
|
|
2310
2482
|
var ObstructionDetected = /** @class */ (function (_super) {
|
|
2311
|
-
tslib_1.__extends(ObstructionDetected, _super);
|
|
2483
|
+
(0, tslib_1.__extends)(ObstructionDetected, _super);
|
|
2312
2484
|
function ObstructionDetected() {
|
|
2313
2485
|
var _this = _super.call(this, "Obstruction Detected", ObstructionDetected.UUID, {
|
|
2314
2486
|
format: "bool" /* BOOL */,
|
|
@@ -2326,7 +2498,7 @@ Characteristic_1.Characteristic.ObstructionDetected = ObstructionDetected;
|
|
|
2326
2498
|
* Characteristic "Occupancy Detected"
|
|
2327
2499
|
*/
|
|
2328
2500
|
var OccupancyDetected = /** @class */ (function (_super) {
|
|
2329
|
-
tslib_1.__extends(OccupancyDetected, _super);
|
|
2501
|
+
(0, tslib_1.__extends)(OccupancyDetected, _super);
|
|
2330
2502
|
function OccupancyDetected() {
|
|
2331
2503
|
var _this = _super.call(this, "Occupancy Detected", OccupancyDetected.UUID, {
|
|
2332
2504
|
format: "uint8" /* UINT8 */,
|
|
@@ -2350,7 +2522,7 @@ Characteristic_1.Characteristic.OccupancyDetected = OccupancyDetected;
|
|
|
2350
2522
|
* Characteristic "On"
|
|
2351
2523
|
*/
|
|
2352
2524
|
var On = /** @class */ (function (_super) {
|
|
2353
|
-
tslib_1.__extends(On, _super);
|
|
2525
|
+
(0, tslib_1.__extends)(On, _super);
|
|
2354
2526
|
function On() {
|
|
2355
2527
|
var _this = _super.call(this, "On", On.UUID, {
|
|
2356
2528
|
format: "bool" /* BOOL */,
|
|
@@ -2369,7 +2541,7 @@ Characteristic_1.Characteristic.On = On;
|
|
|
2369
2541
|
* @since iOS 14
|
|
2370
2542
|
*/
|
|
2371
2543
|
var OperatingStateResponse = /** @class */ (function (_super) {
|
|
2372
|
-
tslib_1.__extends(OperatingStateResponse, _super);
|
|
2544
|
+
(0, tslib_1.__extends)(OperatingStateResponse, _super);
|
|
2373
2545
|
function OperatingStateResponse() {
|
|
2374
2546
|
var _this = _super.call(this, "Operating State Response", OperatingStateResponse.UUID, {
|
|
2375
2547
|
format: "tlv8" /* TLV8 */,
|
|
@@ -2387,7 +2559,7 @@ Characteristic_1.Characteristic.OperatingStateResponse = OperatingStateResponse;
|
|
|
2387
2559
|
* Characteristic "Optical Zoom"
|
|
2388
2560
|
*/
|
|
2389
2561
|
var OpticalZoom = /** @class */ (function (_super) {
|
|
2390
|
-
tslib_1.__extends(OpticalZoom, _super);
|
|
2562
|
+
(0, tslib_1.__extends)(OpticalZoom, _super);
|
|
2391
2563
|
function OpticalZoom() {
|
|
2392
2564
|
var _this = _super.call(this, "Optical Zoom", OpticalZoom.UUID, {
|
|
2393
2565
|
format: "float" /* FLOAT */,
|
|
@@ -2406,7 +2578,7 @@ Characteristic_1.Characteristic.OpticalZoom = OpticalZoom;
|
|
|
2406
2578
|
* Characteristic "Outlet In Use"
|
|
2407
2579
|
*/
|
|
2408
2580
|
var OutletInUse = /** @class */ (function (_super) {
|
|
2409
|
-
tslib_1.__extends(OutletInUse, _super);
|
|
2581
|
+
(0, tslib_1.__extends)(OutletInUse, _super);
|
|
2410
2582
|
function OutletInUse() {
|
|
2411
2583
|
var _this = _super.call(this, "Outlet In Use", OutletInUse.UUID, {
|
|
2412
2584
|
format: "bool" /* BOOL */,
|
|
@@ -2424,7 +2596,7 @@ Characteristic_1.Characteristic.OutletInUse = OutletInUse;
|
|
|
2424
2596
|
* Characteristic "Ozone Density"
|
|
2425
2597
|
*/
|
|
2426
2598
|
var OzoneDensity = /** @class */ (function (_super) {
|
|
2427
|
-
tslib_1.__extends(OzoneDensity, _super);
|
|
2599
|
+
(0, tslib_1.__extends)(OzoneDensity, _super);
|
|
2428
2600
|
function OzoneDensity() {
|
|
2429
2601
|
var _this = _super.call(this, "Ozone Density", OzoneDensity.UUID, {
|
|
2430
2602
|
format: "float" /* FLOAT */,
|
|
@@ -2445,7 +2617,7 @@ Characteristic_1.Characteristic.OzoneDensity = OzoneDensity;
|
|
|
2445
2617
|
* Characteristic "Pairing Features"
|
|
2446
2618
|
*/
|
|
2447
2619
|
var PairingFeatures = /** @class */ (function (_super) {
|
|
2448
|
-
tslib_1.__extends(PairingFeatures, _super);
|
|
2620
|
+
(0, tslib_1.__extends)(PairingFeatures, _super);
|
|
2449
2621
|
function PairingFeatures() {
|
|
2450
2622
|
var _this = _super.call(this, "Pairing Features", PairingFeatures.UUID, {
|
|
2451
2623
|
format: "uint8" /* UINT8 */,
|
|
@@ -2463,7 +2635,7 @@ Characteristic_1.Characteristic.PairingFeatures = PairingFeatures;
|
|
|
2463
2635
|
* Characteristic "Pair Setup"
|
|
2464
2636
|
*/
|
|
2465
2637
|
var PairSetup = /** @class */ (function (_super) {
|
|
2466
|
-
tslib_1.__extends(PairSetup, _super);
|
|
2638
|
+
(0, tslib_1.__extends)(PairSetup, _super);
|
|
2467
2639
|
function PairSetup() {
|
|
2468
2640
|
var _this = _super.call(this, "Pair Setup", PairSetup.UUID, {
|
|
2469
2641
|
format: "tlv8" /* TLV8 */,
|
|
@@ -2481,7 +2653,7 @@ Characteristic_1.Characteristic.PairSetup = PairSetup;
|
|
|
2481
2653
|
* Characteristic "Pair Verify"
|
|
2482
2654
|
*/
|
|
2483
2655
|
var PairVerify = /** @class */ (function (_super) {
|
|
2484
|
-
tslib_1.__extends(PairVerify, _super);
|
|
2656
|
+
(0, tslib_1.__extends)(PairVerify, _super);
|
|
2485
2657
|
function PairVerify() {
|
|
2486
2658
|
var _this = _super.call(this, "Pair Verify", PairVerify.UUID, {
|
|
2487
2659
|
format: "tlv8" /* TLV8 */,
|
|
@@ -2499,7 +2671,7 @@ Characteristic_1.Characteristic.PairVerify = PairVerify;
|
|
|
2499
2671
|
* Characteristic "Password Setting"
|
|
2500
2672
|
*/
|
|
2501
2673
|
var PasswordSetting = /** @class */ (function (_super) {
|
|
2502
|
-
tslib_1.__extends(PasswordSetting, _super);
|
|
2674
|
+
(0, tslib_1.__extends)(PasswordSetting, _super);
|
|
2503
2675
|
function PasswordSetting() {
|
|
2504
2676
|
var _this = _super.call(this, "Password Setting", PasswordSetting.UUID, {
|
|
2505
2677
|
format: "tlv8" /* TLV8 */,
|
|
@@ -2517,7 +2689,7 @@ Characteristic_1.Characteristic.PasswordSetting = PasswordSetting;
|
|
|
2517
2689
|
* Characteristic "Periodic Snapshots Active"
|
|
2518
2690
|
*/
|
|
2519
2691
|
var PeriodicSnapshotsActive = /** @class */ (function (_super) {
|
|
2520
|
-
tslib_1.__extends(PeriodicSnapshotsActive, _super);
|
|
2692
|
+
(0, tslib_1.__extends)(PeriodicSnapshotsActive, _super);
|
|
2521
2693
|
function PeriodicSnapshotsActive() {
|
|
2522
2694
|
var _this = _super.call(this, "Periodic Snapshots Active", PeriodicSnapshotsActive.UUID, {
|
|
2523
2695
|
format: "uint8" /* UINT8 */,
|
|
@@ -2538,7 +2710,7 @@ Characteristic_1.Characteristic.PeriodicSnapshotsActive = PeriodicSnapshotsActiv
|
|
|
2538
2710
|
* Characteristic "Picture Mode"
|
|
2539
2711
|
*/
|
|
2540
2712
|
var PictureMode = /** @class */ (function (_super) {
|
|
2541
|
-
tslib_1.__extends(PictureMode, _super);
|
|
2713
|
+
(0, tslib_1.__extends)(PictureMode, _super);
|
|
2542
2714
|
function PictureMode() {
|
|
2543
2715
|
var _this = _super.call(this, "Picture Mode", PictureMode.UUID, {
|
|
2544
2716
|
format: "uint8" /* UINT8 */,
|
|
@@ -2569,7 +2741,7 @@ Characteristic_1.Characteristic.PictureMode = PictureMode;
|
|
|
2569
2741
|
* @since iOS 14
|
|
2570
2742
|
*/
|
|
2571
2743
|
var Ping = /** @class */ (function (_super) {
|
|
2572
|
-
tslib_1.__extends(Ping, _super);
|
|
2744
|
+
(0, tslib_1.__extends)(Ping, _super);
|
|
2573
2745
|
function Ping() {
|
|
2574
2746
|
var _this = _super.call(this, "Ping", Ping.UUID, {
|
|
2575
2747
|
format: "data" /* DATA */,
|
|
@@ -2587,7 +2759,7 @@ Characteristic_1.Characteristic.Ping = Ping;
|
|
|
2587
2759
|
* Characteristic "PM10 Density"
|
|
2588
2760
|
*/
|
|
2589
2761
|
var PM10Density = /** @class */ (function (_super) {
|
|
2590
|
-
tslib_1.__extends(PM10Density, _super);
|
|
2762
|
+
(0, tslib_1.__extends)(PM10Density, _super);
|
|
2591
2763
|
function PM10Density() {
|
|
2592
2764
|
var _this = _super.call(this, "PM10 Density", PM10Density.UUID, {
|
|
2593
2765
|
format: "float" /* FLOAT */,
|
|
@@ -2608,7 +2780,7 @@ Characteristic_1.Characteristic.PM10Density = PM10Density;
|
|
|
2608
2780
|
* Characteristic "PM2.5 Density"
|
|
2609
2781
|
*/
|
|
2610
2782
|
var PM2_5Density = /** @class */ (function (_super) {
|
|
2611
|
-
tslib_1.__extends(PM2_5Density, _super);
|
|
2783
|
+
(0, tslib_1.__extends)(PM2_5Density, _super);
|
|
2612
2784
|
function PM2_5Density() {
|
|
2613
2785
|
var _this = _super.call(this, "PM2.5 Density", PM2_5Density.UUID, {
|
|
2614
2786
|
format: "float" /* FLOAT */,
|
|
@@ -2629,7 +2801,7 @@ Characteristic_1.Characteristic.PM2_5Density = PM2_5Density;
|
|
|
2629
2801
|
* Characteristic "Position State"
|
|
2630
2802
|
*/
|
|
2631
2803
|
var PositionState = /** @class */ (function (_super) {
|
|
2632
|
-
tslib_1.__extends(PositionState, _super);
|
|
2804
|
+
(0, tslib_1.__extends)(PositionState, _super);
|
|
2633
2805
|
function PositionState() {
|
|
2634
2806
|
var _this = _super.call(this, "Position State", PositionState.UUID, {
|
|
2635
2807
|
format: "uint8" /* UINT8 */,
|
|
@@ -2654,7 +2826,7 @@ Characteristic_1.Characteristic.PositionState = PositionState;
|
|
|
2654
2826
|
* Characteristic "Power Mode Selection"
|
|
2655
2827
|
*/
|
|
2656
2828
|
var PowerModeSelection = /** @class */ (function (_super) {
|
|
2657
|
-
tslib_1.__extends(PowerModeSelection, _super);
|
|
2829
|
+
(0, tslib_1.__extends)(PowerModeSelection, _super);
|
|
2658
2830
|
function PowerModeSelection() {
|
|
2659
2831
|
var _this = _super.call(this, "Power Mode Selection", PowerModeSelection.UUID, {
|
|
2660
2832
|
format: "uint8" /* UINT8 */,
|
|
@@ -2678,7 +2850,7 @@ Characteristic_1.Characteristic.PowerModeSelection = PowerModeSelection;
|
|
|
2678
2850
|
* Characteristic "Product Data"
|
|
2679
2851
|
*/
|
|
2680
2852
|
var ProductData = /** @class */ (function (_super) {
|
|
2681
|
-
tslib_1.__extends(ProductData, _super);
|
|
2853
|
+
(0, tslib_1.__extends)(ProductData, _super);
|
|
2682
2854
|
function ProductData() {
|
|
2683
2855
|
var _this = _super.call(this, "Product Data", ProductData.UUID, {
|
|
2684
2856
|
format: "data" /* DATA */,
|
|
@@ -2696,7 +2868,7 @@ Characteristic_1.Characteristic.ProductData = ProductData;
|
|
|
2696
2868
|
* Characteristic "Programmable Switch Event"
|
|
2697
2869
|
*/
|
|
2698
2870
|
var ProgrammableSwitchEvent = /** @class */ (function (_super) {
|
|
2699
|
-
tslib_1.__extends(ProgrammableSwitchEvent, _super);
|
|
2871
|
+
(0, tslib_1.__extends)(ProgrammableSwitchEvent, _super);
|
|
2700
2872
|
function ProgrammableSwitchEvent() {
|
|
2701
2873
|
var _this = _super.call(this, "Programmable Switch Event", ProgrammableSwitchEvent.UUID, {
|
|
2702
2874
|
format: "uint8" /* UINT8 */,
|
|
@@ -2721,7 +2893,7 @@ Characteristic_1.Characteristic.ProgrammableSwitchEvent = ProgrammableSwitchEven
|
|
|
2721
2893
|
* Characteristic "Programmable Switch Output State"
|
|
2722
2894
|
*/
|
|
2723
2895
|
var ProgrammableSwitchOutputState = /** @class */ (function (_super) {
|
|
2724
|
-
tslib_1.__extends(ProgrammableSwitchOutputState, _super);
|
|
2896
|
+
(0, tslib_1.__extends)(ProgrammableSwitchOutputState, _super);
|
|
2725
2897
|
function ProgrammableSwitchOutputState() {
|
|
2726
2898
|
var _this = _super.call(this, "Programmable Switch Output State", ProgrammableSwitchOutputState.UUID, {
|
|
2727
2899
|
format: "uint8" /* UINT8 */,
|
|
@@ -2742,7 +2914,7 @@ Characteristic_1.Characteristic.ProgrammableSwitchOutputState = ProgrammableSwit
|
|
|
2742
2914
|
* Characteristic "Program Mode"
|
|
2743
2915
|
*/
|
|
2744
2916
|
var ProgramMode = /** @class */ (function (_super) {
|
|
2745
|
-
tslib_1.__extends(ProgramMode, _super);
|
|
2917
|
+
(0, tslib_1.__extends)(ProgramMode, _super);
|
|
2746
2918
|
function ProgramMode() {
|
|
2747
2919
|
var _this = _super.call(this, "Program Mode", ProgramMode.UUID, {
|
|
2748
2920
|
format: "uint8" /* UINT8 */,
|
|
@@ -2768,7 +2940,7 @@ Characteristic_1.Characteristic.ProgramMode = ProgramMode;
|
|
|
2768
2940
|
* @deprecated Removed and not used anymore
|
|
2769
2941
|
*/
|
|
2770
2942
|
var Reachable = /** @class */ (function (_super) {
|
|
2771
|
-
tslib_1.__extends(Reachable, _super);
|
|
2943
|
+
(0, tslib_1.__extends)(Reachable, _super);
|
|
2772
2944
|
function Reachable() {
|
|
2773
2945
|
var _this = _super.call(this, "Reachable", Reachable.UUID, {
|
|
2774
2946
|
format: "bool" /* BOOL */,
|
|
@@ -2788,7 +2960,7 @@ Characteristic_1.Characteristic.Reachable = Reachable;
|
|
|
2788
2960
|
* @since iOS 14
|
|
2789
2961
|
*/
|
|
2790
2962
|
var ReceivedSignalStrengthIndication = /** @class */ (function (_super) {
|
|
2791
|
-
tslib_1.__extends(ReceivedSignalStrengthIndication, _super);
|
|
2963
|
+
(0, tslib_1.__extends)(ReceivedSignalStrengthIndication, _super);
|
|
2792
2964
|
function ReceivedSignalStrengthIndication() {
|
|
2793
2965
|
var _this = _super.call(this, "Received Signal Strength Indication", ReceivedSignalStrengthIndication.UUID, {
|
|
2794
2966
|
format: "int" /* INT */,
|
|
@@ -2807,7 +2979,7 @@ Characteristic_1.Characteristic.ReceivedSignalStrengthIndication = ReceivedSigna
|
|
|
2807
2979
|
* @since iOS 14
|
|
2808
2980
|
*/
|
|
2809
2981
|
var ReceiverSensitivity = /** @class */ (function (_super) {
|
|
2810
|
-
tslib_1.__extends(ReceiverSensitivity, _super);
|
|
2982
|
+
(0, tslib_1.__extends)(ReceiverSensitivity, _super);
|
|
2811
2983
|
function ReceiverSensitivity() {
|
|
2812
2984
|
var _this = _super.call(this, "Receiver Sensitivity", ReceiverSensitivity.UUID, {
|
|
2813
2985
|
format: "int" /* INT */,
|
|
@@ -2825,7 +2997,7 @@ Characteristic_1.Characteristic.ReceiverSensitivity = ReceiverSensitivity;
|
|
|
2825
2997
|
* Characteristic "Recording Audio Active"
|
|
2826
2998
|
*/
|
|
2827
2999
|
var RecordingAudioActive = /** @class */ (function (_super) {
|
|
2828
|
-
tslib_1.__extends(RecordingAudioActive, _super);
|
|
3000
|
+
(0, tslib_1.__extends)(RecordingAudioActive, _super);
|
|
2829
3001
|
function RecordingAudioActive() {
|
|
2830
3002
|
var _this = _super.call(this, "Recording Audio Active", RecordingAudioActive.UUID, {
|
|
2831
3003
|
format: "uint8" /* UINT8 */,
|
|
@@ -2846,7 +3018,7 @@ Characteristic_1.Characteristic.RecordingAudioActive = RecordingAudioActive;
|
|
|
2846
3018
|
* Characteristic "Relative Humidity Dehumidifier Threshold"
|
|
2847
3019
|
*/
|
|
2848
3020
|
var RelativeHumidityDehumidifierThreshold = /** @class */ (function (_super) {
|
|
2849
|
-
tslib_1.__extends(RelativeHumidityDehumidifierThreshold, _super);
|
|
3021
|
+
(0, tslib_1.__extends)(RelativeHumidityDehumidifierThreshold, _super);
|
|
2850
3022
|
function RelativeHumidityDehumidifierThreshold() {
|
|
2851
3023
|
var _this = _super.call(this, "Relative Humidity Dehumidifier Threshold", RelativeHumidityDehumidifierThreshold.UUID, {
|
|
2852
3024
|
format: "float" /* FLOAT */,
|
|
@@ -2868,7 +3040,7 @@ Characteristic_1.Characteristic.RelativeHumidityDehumidifierThreshold = Relative
|
|
|
2868
3040
|
* Characteristic "Relative Humidity Humidifier Threshold"
|
|
2869
3041
|
*/
|
|
2870
3042
|
var RelativeHumidityHumidifierThreshold = /** @class */ (function (_super) {
|
|
2871
|
-
tslib_1.__extends(RelativeHumidityHumidifierThreshold, _super);
|
|
3043
|
+
(0, tslib_1.__extends)(RelativeHumidityHumidifierThreshold, _super);
|
|
2872
3044
|
function RelativeHumidityHumidifierThreshold() {
|
|
2873
3045
|
var _this = _super.call(this, "Relative Humidity Humidifier Threshold", RelativeHumidityHumidifierThreshold.UUID, {
|
|
2874
3046
|
format: "float" /* FLOAT */,
|
|
@@ -2890,7 +3062,7 @@ Characteristic_1.Characteristic.RelativeHumidityHumidifierThreshold = RelativeHu
|
|
|
2890
3062
|
* Characteristic "Relay Control Point"
|
|
2891
3063
|
*/
|
|
2892
3064
|
var RelayControlPoint = /** @class */ (function (_super) {
|
|
2893
|
-
tslib_1.__extends(RelayControlPoint, _super);
|
|
3065
|
+
(0, tslib_1.__extends)(RelayControlPoint, _super);
|
|
2894
3066
|
function RelayControlPoint() {
|
|
2895
3067
|
var _this = _super.call(this, "Relay Control Point", RelayControlPoint.UUID, {
|
|
2896
3068
|
format: "tlv8" /* TLV8 */,
|
|
@@ -2908,7 +3080,7 @@ Characteristic_1.Characteristic.RelayControlPoint = RelayControlPoint;
|
|
|
2908
3080
|
* Characteristic "Relay Enabled"
|
|
2909
3081
|
*/
|
|
2910
3082
|
var RelayEnabled = /** @class */ (function (_super) {
|
|
2911
|
-
tslib_1.__extends(RelayEnabled, _super);
|
|
3083
|
+
(0, tslib_1.__extends)(RelayEnabled, _super);
|
|
2912
3084
|
function RelayEnabled() {
|
|
2913
3085
|
var _this = _super.call(this, "Relay Enabled", RelayEnabled.UUID, {
|
|
2914
3086
|
format: "bool" /* BOOL */,
|
|
@@ -2926,7 +3098,7 @@ Characteristic_1.Characteristic.RelayEnabled = RelayEnabled;
|
|
|
2926
3098
|
* Characteristic "Relay State"
|
|
2927
3099
|
*/
|
|
2928
3100
|
var RelayState = /** @class */ (function (_super) {
|
|
2929
|
-
tslib_1.__extends(RelayState, _super);
|
|
3101
|
+
(0, tslib_1.__extends)(RelayState, _super);
|
|
2930
3102
|
function RelayState() {
|
|
2931
3103
|
var _this = _super.call(this, "Relay State", RelayState.UUID, {
|
|
2932
3104
|
format: "uint8" /* UINT8 */,
|
|
@@ -2947,7 +3119,7 @@ Characteristic_1.Characteristic.RelayState = RelayState;
|
|
|
2947
3119
|
* Characteristic "Remaining Duration"
|
|
2948
3120
|
*/
|
|
2949
3121
|
var RemainingDuration = /** @class */ (function (_super) {
|
|
2950
|
-
tslib_1.__extends(RemainingDuration, _super);
|
|
3122
|
+
(0, tslib_1.__extends)(RemainingDuration, _super);
|
|
2951
3123
|
function RemainingDuration() {
|
|
2952
3124
|
var _this = _super.call(this, "Remaining Duration", RemainingDuration.UUID, {
|
|
2953
3125
|
format: "uint32" /* UINT32 */,
|
|
@@ -2969,7 +3141,7 @@ Characteristic_1.Characteristic.RemainingDuration = RemainingDuration;
|
|
|
2969
3141
|
* Characteristic "Remote Key"
|
|
2970
3142
|
*/
|
|
2971
3143
|
var RemoteKey = /** @class */ (function (_super) {
|
|
2972
|
-
tslib_1.__extends(RemoteKey, _super);
|
|
3144
|
+
(0, tslib_1.__extends)(RemoteKey, _super);
|
|
2973
3145
|
function RemoteKey() {
|
|
2974
3146
|
var _this = _super.call(this, "Remote Key", RemoteKey.UUID, {
|
|
2975
3147
|
format: "uint8" /* UINT8 */,
|
|
@@ -3004,7 +3176,7 @@ Characteristic_1.Characteristic.RemoteKey = RemoteKey;
|
|
|
3004
3176
|
* Characteristic "Reset Filter Indication"
|
|
3005
3177
|
*/
|
|
3006
3178
|
var ResetFilterIndication = /** @class */ (function (_super) {
|
|
3007
|
-
tslib_1.__extends(ResetFilterIndication, _super);
|
|
3179
|
+
(0, tslib_1.__extends)(ResetFilterIndication, _super);
|
|
3008
3180
|
function ResetFilterIndication() {
|
|
3009
3181
|
var _this = _super.call(this, "Reset Filter Indication", ResetFilterIndication.UUID, {
|
|
3010
3182
|
format: "uint8" /* UINT8 */,
|
|
@@ -3025,7 +3197,7 @@ Characteristic_1.Characteristic.ResetFilterIndication = ResetFilterIndication;
|
|
|
3025
3197
|
* Characteristic "Rotation Direction"
|
|
3026
3198
|
*/
|
|
3027
3199
|
var RotationDirection = /** @class */ (function (_super) {
|
|
3028
|
-
tslib_1.__extends(RotationDirection, _super);
|
|
3200
|
+
(0, tslib_1.__extends)(RotationDirection, _super);
|
|
3029
3201
|
function RotationDirection() {
|
|
3030
3202
|
var _this = _super.call(this, "Rotation Direction", RotationDirection.UUID, {
|
|
3031
3203
|
format: "int" /* INT */,
|
|
@@ -3049,7 +3221,7 @@ Characteristic_1.Characteristic.RotationDirection = RotationDirection;
|
|
|
3049
3221
|
* Characteristic "Rotation Speed"
|
|
3050
3222
|
*/
|
|
3051
3223
|
var RotationSpeed = /** @class */ (function (_super) {
|
|
3052
|
-
tslib_1.__extends(RotationSpeed, _super);
|
|
3224
|
+
(0, tslib_1.__extends)(RotationSpeed, _super);
|
|
3053
3225
|
function RotationSpeed() {
|
|
3054
3226
|
var _this = _super.call(this, "Rotation Speed", RotationSpeed.UUID, {
|
|
3055
3227
|
format: "float" /* FLOAT */,
|
|
@@ -3071,7 +3243,7 @@ Characteristic_1.Characteristic.RotationSpeed = RotationSpeed;
|
|
|
3071
3243
|
* Characteristic "Router Status"
|
|
3072
3244
|
*/
|
|
3073
3245
|
var RouterStatus = /** @class */ (function (_super) {
|
|
3074
|
-
tslib_1.__extends(RouterStatus, _super);
|
|
3246
|
+
(0, tslib_1.__extends)(RouterStatus, _super);
|
|
3075
3247
|
function RouterStatus() {
|
|
3076
3248
|
var _this = _super.call(this, "Router Status", RouterStatus.UUID, {
|
|
3077
3249
|
format: "uint8" /* UINT8 */,
|
|
@@ -3094,7 +3266,7 @@ Characteristic_1.Characteristic.RouterStatus = RouterStatus;
|
|
|
3094
3266
|
* Characteristic "Saturation"
|
|
3095
3267
|
*/
|
|
3096
3268
|
var Saturation = /** @class */ (function (_super) {
|
|
3097
|
-
tslib_1.__extends(Saturation, _super);
|
|
3269
|
+
(0, tslib_1.__extends)(Saturation, _super);
|
|
3098
3270
|
function Saturation() {
|
|
3099
3271
|
var _this = _super.call(this, "Saturation", Saturation.UUID, {
|
|
3100
3272
|
format: "float" /* FLOAT */,
|
|
@@ -3116,7 +3288,7 @@ Characteristic_1.Characteristic.Saturation = Saturation;
|
|
|
3116
3288
|
* Characteristic "Security System Alarm Type"
|
|
3117
3289
|
*/
|
|
3118
3290
|
var SecuritySystemAlarmType = /** @class */ (function (_super) {
|
|
3119
|
-
tslib_1.__extends(SecuritySystemAlarmType, _super);
|
|
3291
|
+
(0, tslib_1.__extends)(SecuritySystemAlarmType, _super);
|
|
3120
3292
|
function SecuritySystemAlarmType() {
|
|
3121
3293
|
var _this = _super.call(this, "Security System Alarm Type", SecuritySystemAlarmType.UUID, {
|
|
3122
3294
|
format: "uint8" /* UINT8 */,
|
|
@@ -3137,7 +3309,7 @@ Characteristic_1.Characteristic.SecuritySystemAlarmType = SecuritySystemAlarmTyp
|
|
|
3137
3309
|
* Characteristic "Security System Current State"
|
|
3138
3310
|
*/
|
|
3139
3311
|
var SecuritySystemCurrentState = /** @class */ (function (_super) {
|
|
3140
|
-
tslib_1.__extends(SecuritySystemCurrentState, _super);
|
|
3312
|
+
(0, tslib_1.__extends)(SecuritySystemCurrentState, _super);
|
|
3141
3313
|
function SecuritySystemCurrentState() {
|
|
3142
3314
|
var _this = _super.call(this, "Security System Current State", SecuritySystemCurrentState.UUID, {
|
|
3143
3315
|
format: "uint8" /* UINT8 */,
|
|
@@ -3164,7 +3336,7 @@ Characteristic_1.Characteristic.SecuritySystemCurrentState = SecuritySystemCurre
|
|
|
3164
3336
|
* Characteristic "Security System Target State"
|
|
3165
3337
|
*/
|
|
3166
3338
|
var SecuritySystemTargetState = /** @class */ (function (_super) {
|
|
3167
|
-
tslib_1.__extends(SecuritySystemTargetState, _super);
|
|
3339
|
+
(0, tslib_1.__extends)(SecuritySystemTargetState, _super);
|
|
3168
3340
|
function SecuritySystemTargetState() {
|
|
3169
3341
|
var _this = _super.call(this, "Security System Target State", SecuritySystemTargetState.UUID, {
|
|
3170
3342
|
format: "uint8" /* UINT8 */,
|
|
@@ -3190,7 +3362,7 @@ Characteristic_1.Characteristic.SecuritySystemTargetState = SecuritySystemTarget
|
|
|
3190
3362
|
* Characteristic "Selected Audio Stream Configuration"
|
|
3191
3363
|
*/
|
|
3192
3364
|
var SelectedAudioStreamConfiguration = /** @class */ (function (_super) {
|
|
3193
|
-
tslib_1.__extends(SelectedAudioStreamConfiguration, _super);
|
|
3365
|
+
(0, tslib_1.__extends)(SelectedAudioStreamConfiguration, _super);
|
|
3194
3366
|
function SelectedAudioStreamConfiguration() {
|
|
3195
3367
|
var _this = _super.call(this, "Selected Audio Stream Configuration", SelectedAudioStreamConfiguration.UUID, {
|
|
3196
3368
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3208,7 +3380,7 @@ Characteristic_1.Characteristic.SelectedAudioStreamConfiguration = SelectedAudio
|
|
|
3208
3380
|
* Characteristic "Selected Camera Recording Configuration"
|
|
3209
3381
|
*/
|
|
3210
3382
|
var SelectedCameraRecordingConfiguration = /** @class */ (function (_super) {
|
|
3211
|
-
tslib_1.__extends(SelectedCameraRecordingConfiguration, _super);
|
|
3383
|
+
(0, tslib_1.__extends)(SelectedCameraRecordingConfiguration, _super);
|
|
3212
3384
|
function SelectedCameraRecordingConfiguration() {
|
|
3213
3385
|
var _this = _super.call(this, "Selected Camera Recording Configuration", SelectedCameraRecordingConfiguration.UUID, {
|
|
3214
3386
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3222,11 +3394,29 @@ var SelectedCameraRecordingConfiguration = /** @class */ (function (_super) {
|
|
|
3222
3394
|
}(Characteristic_1.Characteristic));
|
|
3223
3395
|
exports.SelectedCameraRecordingConfiguration = SelectedCameraRecordingConfiguration;
|
|
3224
3396
|
Characteristic_1.Characteristic.SelectedCameraRecordingConfiguration = SelectedCameraRecordingConfiguration;
|
|
3397
|
+
/**
|
|
3398
|
+
* Characteristic "Selected Diagnostics Modes"
|
|
3399
|
+
*/
|
|
3400
|
+
var SelectedDiagnosticsModes = /** @class */ (function (_super) {
|
|
3401
|
+
(0, tslib_1.__extends)(SelectedDiagnosticsModes, _super);
|
|
3402
|
+
function SelectedDiagnosticsModes() {
|
|
3403
|
+
var _this = _super.call(this, "Selected Diagnostics Modes", SelectedDiagnosticsModes.UUID, {
|
|
3404
|
+
format: "uint32" /* UINT32 */,
|
|
3405
|
+
perms: ["pr" /* PAIRED_READ */, "pw" /* PAIRED_WRITE */],
|
|
3406
|
+
}) || this;
|
|
3407
|
+
_this.value = _this.getDefaultValue();
|
|
3408
|
+
return _this;
|
|
3409
|
+
}
|
|
3410
|
+
SelectedDiagnosticsModes.UUID = "0000024D-0000-1000-8000-0026BB765291";
|
|
3411
|
+
return SelectedDiagnosticsModes;
|
|
3412
|
+
}(Characteristic_1.Characteristic));
|
|
3413
|
+
exports.SelectedDiagnosticsModes = SelectedDiagnosticsModes;
|
|
3414
|
+
Characteristic_1.Characteristic.SelectedDiagnosticsModes = SelectedDiagnosticsModes;
|
|
3225
3415
|
/**
|
|
3226
3416
|
* Characteristic "Selected RTP Stream Configuration"
|
|
3227
3417
|
*/
|
|
3228
3418
|
var SelectedRTPStreamConfiguration = /** @class */ (function (_super) {
|
|
3229
|
-
tslib_1.__extends(SelectedRTPStreamConfiguration, _super);
|
|
3419
|
+
(0, tslib_1.__extends)(SelectedRTPStreamConfiguration, _super);
|
|
3230
3420
|
function SelectedRTPStreamConfiguration() {
|
|
3231
3421
|
var _this = _super.call(this, "Selected RTP Stream Configuration", SelectedRTPStreamConfiguration.UUID, {
|
|
3232
3422
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3244,7 +3434,7 @@ Characteristic_1.Characteristic.SelectedRTPStreamConfiguration = SelectedRTPStre
|
|
|
3244
3434
|
* Characteristic "Serial Number"
|
|
3245
3435
|
*/
|
|
3246
3436
|
var SerialNumber = /** @class */ (function (_super) {
|
|
3247
|
-
tslib_1.__extends(SerialNumber, _super);
|
|
3437
|
+
(0, tslib_1.__extends)(SerialNumber, _super);
|
|
3248
3438
|
function SerialNumber() {
|
|
3249
3439
|
var _this = _super.call(this, "Serial Number", SerialNumber.UUID, {
|
|
3250
3440
|
format: "string" /* STRING */,
|
|
@@ -3263,7 +3453,7 @@ Characteristic_1.Characteristic.SerialNumber = SerialNumber;
|
|
|
3263
3453
|
* Characteristic "Service Label Index"
|
|
3264
3454
|
*/
|
|
3265
3455
|
var ServiceLabelIndex = /** @class */ (function (_super) {
|
|
3266
|
-
tslib_1.__extends(ServiceLabelIndex, _super);
|
|
3456
|
+
(0, tslib_1.__extends)(ServiceLabelIndex, _super);
|
|
3267
3457
|
function ServiceLabelIndex() {
|
|
3268
3458
|
var _this = _super.call(this, "Service Label Index", ServiceLabelIndex.UUID, {
|
|
3269
3459
|
format: "uint8" /* UINT8 */,
|
|
@@ -3284,7 +3474,7 @@ Characteristic_1.Characteristic.ServiceLabelIndex = ServiceLabelIndex;
|
|
|
3284
3474
|
* Characteristic "Service Label Namespace"
|
|
3285
3475
|
*/
|
|
3286
3476
|
var ServiceLabelNamespace = /** @class */ (function (_super) {
|
|
3287
|
-
tslib_1.__extends(ServiceLabelNamespace, _super);
|
|
3477
|
+
(0, tslib_1.__extends)(ServiceLabelNamespace, _super);
|
|
3288
3478
|
function ServiceLabelNamespace() {
|
|
3289
3479
|
var _this = _super.call(this, "Service Label Namespace", ServiceLabelNamespace.UUID, {
|
|
3290
3480
|
format: "uint8" /* UINT8 */,
|
|
@@ -3308,7 +3498,7 @@ Characteristic_1.Characteristic.ServiceLabelNamespace = ServiceLabelNamespace;
|
|
|
3308
3498
|
* Characteristic "Set Duration"
|
|
3309
3499
|
*/
|
|
3310
3500
|
var SetDuration = /** @class */ (function (_super) {
|
|
3311
|
-
tslib_1.__extends(SetDuration, _super);
|
|
3501
|
+
(0, tslib_1.__extends)(SetDuration, _super);
|
|
3312
3502
|
function SetDuration() {
|
|
3313
3503
|
var _this = _super.call(this, "Set Duration", SetDuration.UUID, {
|
|
3314
3504
|
format: "uint32" /* UINT32 */,
|
|
@@ -3330,7 +3520,7 @@ Characteristic_1.Characteristic.SetDuration = SetDuration;
|
|
|
3330
3520
|
* Characteristic "Setup Data Stream Transport"
|
|
3331
3521
|
*/
|
|
3332
3522
|
var SetupDataStreamTransport = /** @class */ (function (_super) {
|
|
3333
|
-
tslib_1.__extends(SetupDataStreamTransport, _super);
|
|
3523
|
+
(0, tslib_1.__extends)(SetupDataStreamTransport, _super);
|
|
3334
3524
|
function SetupDataStreamTransport() {
|
|
3335
3525
|
var _this = _super.call(this, "Setup Data Stream Transport", SetupDataStreamTransport.UUID, {
|
|
3336
3526
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3348,7 +3538,7 @@ Characteristic_1.Characteristic.SetupDataStreamTransport = SetupDataStreamTransp
|
|
|
3348
3538
|
* Characteristic "Setup Endpoints"
|
|
3349
3539
|
*/
|
|
3350
3540
|
var SetupEndpoints = /** @class */ (function (_super) {
|
|
3351
|
-
tslib_1.__extends(SetupEndpoints, _super);
|
|
3541
|
+
(0, tslib_1.__extends)(SetupEndpoints, _super);
|
|
3352
3542
|
function SetupEndpoints() {
|
|
3353
3543
|
var _this = _super.call(this, "Setup Endpoints", SetupEndpoints.UUID, {
|
|
3354
3544
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3367,7 +3557,7 @@ Characteristic_1.Characteristic.SetupEndpoints = SetupEndpoints;
|
|
|
3367
3557
|
* @since iOS 13.4
|
|
3368
3558
|
*/
|
|
3369
3559
|
var SetupTransferTransport = /** @class */ (function (_super) {
|
|
3370
|
-
tslib_1.__extends(SetupTransferTransport, _super);
|
|
3560
|
+
(0, tslib_1.__extends)(SetupTransferTransport, _super);
|
|
3371
3561
|
function SetupTransferTransport() {
|
|
3372
3562
|
var _this = _super.call(this, "Setup Transfer Transport", SetupTransferTransport.UUID, {
|
|
3373
3563
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3386,7 +3576,7 @@ Characteristic_1.Characteristic.SetupTransferTransport = SetupTransferTransport;
|
|
|
3386
3576
|
* @since iOS 14
|
|
3387
3577
|
*/
|
|
3388
3578
|
var SignalToNoiseRatio = /** @class */ (function (_super) {
|
|
3389
|
-
tslib_1.__extends(SignalToNoiseRatio, _super);
|
|
3579
|
+
(0, tslib_1.__extends)(SignalToNoiseRatio, _super);
|
|
3390
3580
|
function SignalToNoiseRatio() {
|
|
3391
3581
|
var _this = _super.call(this, "Signal To Noise Ratio", SignalToNoiseRatio.UUID, {
|
|
3392
3582
|
format: "int" /* INT */,
|
|
@@ -3400,11 +3590,67 @@ var SignalToNoiseRatio = /** @class */ (function (_super) {
|
|
|
3400
3590
|
}(Characteristic_1.Characteristic));
|
|
3401
3591
|
exports.SignalToNoiseRatio = SignalToNoiseRatio;
|
|
3402
3592
|
Characteristic_1.Characteristic.SignalToNoiseRatio = SignalToNoiseRatio;
|
|
3593
|
+
/**
|
|
3594
|
+
* Characteristic "Siri Enable"
|
|
3595
|
+
*/
|
|
3596
|
+
var SiriEnable = /** @class */ (function (_super) {
|
|
3597
|
+
(0, tslib_1.__extends)(SiriEnable, _super);
|
|
3598
|
+
function SiriEnable() {
|
|
3599
|
+
var _this = _super.call(this, "Siri Enable", SiriEnable.UUID, {
|
|
3600
|
+
format: "uint8" /* UINT8 */,
|
|
3601
|
+
perms: ["ev" /* NOTIFY */, "pr" /* PAIRED_READ */, "pw" /* PAIRED_WRITE */],
|
|
3602
|
+
minValue: 0,
|
|
3603
|
+
maxValue: 1,
|
|
3604
|
+
}) || this;
|
|
3605
|
+
_this.value = _this.getDefaultValue();
|
|
3606
|
+
return _this;
|
|
3607
|
+
}
|
|
3608
|
+
SiriEnable.UUID = "00000255-0000-1000-8000-0026BB765291";
|
|
3609
|
+
return SiriEnable;
|
|
3610
|
+
}(Characteristic_1.Characteristic));
|
|
3611
|
+
exports.SiriEnable = SiriEnable;
|
|
3612
|
+
Characteristic_1.Characteristic.SiriEnable = SiriEnable;
|
|
3613
|
+
/**
|
|
3614
|
+
* Characteristic "Siri Endpoint Session Status"
|
|
3615
|
+
*/
|
|
3616
|
+
var SiriEndpointSessionStatus = /** @class */ (function (_super) {
|
|
3617
|
+
(0, tslib_1.__extends)(SiriEndpointSessionStatus, _super);
|
|
3618
|
+
function SiriEndpointSessionStatus() {
|
|
3619
|
+
var _this = _super.call(this, "Siri Endpoint Session Status", SiriEndpointSessionStatus.UUID, {
|
|
3620
|
+
format: "tlv8" /* TLV8 */,
|
|
3621
|
+
perms: ["ev" /* NOTIFY */, "pr" /* PAIRED_READ */],
|
|
3622
|
+
}) || this;
|
|
3623
|
+
_this.value = _this.getDefaultValue();
|
|
3624
|
+
return _this;
|
|
3625
|
+
}
|
|
3626
|
+
SiriEndpointSessionStatus.UUID = "00000254-0000-1000-8000-0026BB765291";
|
|
3627
|
+
return SiriEndpointSessionStatus;
|
|
3628
|
+
}(Characteristic_1.Characteristic));
|
|
3629
|
+
exports.SiriEndpointSessionStatus = SiriEndpointSessionStatus;
|
|
3630
|
+
Characteristic_1.Characteristic.SiriEndpointSessionStatus = SiriEndpointSessionStatus;
|
|
3631
|
+
/**
|
|
3632
|
+
* Characteristic "Siri Engine Version"
|
|
3633
|
+
*/
|
|
3634
|
+
var SiriEngineVersion = /** @class */ (function (_super) {
|
|
3635
|
+
(0, tslib_1.__extends)(SiriEngineVersion, _super);
|
|
3636
|
+
function SiriEngineVersion() {
|
|
3637
|
+
var _this = _super.call(this, "Siri Engine Version", SiriEngineVersion.UUID, {
|
|
3638
|
+
format: "string" /* STRING */,
|
|
3639
|
+
perms: ["pr" /* PAIRED_READ */],
|
|
3640
|
+
}) || this;
|
|
3641
|
+
_this.value = _this.getDefaultValue();
|
|
3642
|
+
return _this;
|
|
3643
|
+
}
|
|
3644
|
+
SiriEngineVersion.UUID = "0000025A-0000-1000-8000-0026BB765291";
|
|
3645
|
+
return SiriEngineVersion;
|
|
3646
|
+
}(Characteristic_1.Characteristic));
|
|
3647
|
+
exports.SiriEngineVersion = SiriEngineVersion;
|
|
3648
|
+
Characteristic_1.Characteristic.SiriEngineVersion = SiriEngineVersion;
|
|
3403
3649
|
/**
|
|
3404
3650
|
* Characteristic "Siri Input Type"
|
|
3405
3651
|
*/
|
|
3406
3652
|
var SiriInputType = /** @class */ (function (_super) {
|
|
3407
|
-
tslib_1.__extends(SiriInputType, _super);
|
|
3653
|
+
(0, tslib_1.__extends)(SiriInputType, _super);
|
|
3408
3654
|
function SiriInputType() {
|
|
3409
3655
|
var _this = _super.call(this, "Siri Input Type", SiriInputType.UUID, {
|
|
3410
3656
|
format: "uint8" /* UINT8 */,
|
|
@@ -3422,11 +3668,71 @@ var SiriInputType = /** @class */ (function (_super) {
|
|
|
3422
3668
|
}(Characteristic_1.Characteristic));
|
|
3423
3669
|
exports.SiriInputType = SiriInputType;
|
|
3424
3670
|
Characteristic_1.Characteristic.SiriInputType = SiriInputType;
|
|
3671
|
+
/**
|
|
3672
|
+
* Characteristic "Siri Light On Use"
|
|
3673
|
+
*/
|
|
3674
|
+
var SiriLightOnUse = /** @class */ (function (_super) {
|
|
3675
|
+
(0, tslib_1.__extends)(SiriLightOnUse, _super);
|
|
3676
|
+
function SiriLightOnUse() {
|
|
3677
|
+
var _this = _super.call(this, "Siri Light On Use", SiriLightOnUse.UUID, {
|
|
3678
|
+
format: "uint8" /* UINT8 */,
|
|
3679
|
+
perms: ["ev" /* NOTIFY */, "pr" /* PAIRED_READ */, "pw" /* PAIRED_WRITE */],
|
|
3680
|
+
minValue: 0,
|
|
3681
|
+
maxValue: 1,
|
|
3682
|
+
}) || this;
|
|
3683
|
+
_this.value = _this.getDefaultValue();
|
|
3684
|
+
return _this;
|
|
3685
|
+
}
|
|
3686
|
+
SiriLightOnUse.UUID = "00000258-0000-1000-8000-0026BB765291";
|
|
3687
|
+
return SiriLightOnUse;
|
|
3688
|
+
}(Characteristic_1.Characteristic));
|
|
3689
|
+
exports.SiriLightOnUse = SiriLightOnUse;
|
|
3690
|
+
Characteristic_1.Characteristic.SiriLightOnUse = SiriLightOnUse;
|
|
3691
|
+
/**
|
|
3692
|
+
* Characteristic "Siri Listening"
|
|
3693
|
+
*/
|
|
3694
|
+
var SiriListening = /** @class */ (function (_super) {
|
|
3695
|
+
(0, tslib_1.__extends)(SiriListening, _super);
|
|
3696
|
+
function SiriListening() {
|
|
3697
|
+
var _this = _super.call(this, "Siri Listening", SiriListening.UUID, {
|
|
3698
|
+
format: "uint8" /* UINT8 */,
|
|
3699
|
+
perms: ["ev" /* NOTIFY */, "pr" /* PAIRED_READ */, "pw" /* PAIRED_WRITE */],
|
|
3700
|
+
minValue: 0,
|
|
3701
|
+
maxValue: 1,
|
|
3702
|
+
}) || this;
|
|
3703
|
+
_this.value = _this.getDefaultValue();
|
|
3704
|
+
return _this;
|
|
3705
|
+
}
|
|
3706
|
+
SiriListening.UUID = "00000256-0000-1000-8000-0026BB765291";
|
|
3707
|
+
return SiriListening;
|
|
3708
|
+
}(Characteristic_1.Characteristic));
|
|
3709
|
+
exports.SiriListening = SiriListening;
|
|
3710
|
+
Characteristic_1.Characteristic.SiriListening = SiriListening;
|
|
3711
|
+
/**
|
|
3712
|
+
* Characteristic "Siri Touch To Use"
|
|
3713
|
+
*/
|
|
3714
|
+
var SiriTouchToUse = /** @class */ (function (_super) {
|
|
3715
|
+
(0, tslib_1.__extends)(SiriTouchToUse, _super);
|
|
3716
|
+
function SiriTouchToUse() {
|
|
3717
|
+
var _this = _super.call(this, "Siri Touch To Use", SiriTouchToUse.UUID, {
|
|
3718
|
+
format: "uint8" /* UINT8 */,
|
|
3719
|
+
perms: ["ev" /* NOTIFY */, "pr" /* PAIRED_READ */, "pw" /* PAIRED_WRITE */],
|
|
3720
|
+
minValue: 0,
|
|
3721
|
+
maxValue: 1,
|
|
3722
|
+
}) || this;
|
|
3723
|
+
_this.value = _this.getDefaultValue();
|
|
3724
|
+
return _this;
|
|
3725
|
+
}
|
|
3726
|
+
SiriTouchToUse.UUID = "00000257-0000-1000-8000-0026BB765291";
|
|
3727
|
+
return SiriTouchToUse;
|
|
3728
|
+
}(Characteristic_1.Characteristic));
|
|
3729
|
+
exports.SiriTouchToUse = SiriTouchToUse;
|
|
3730
|
+
Characteristic_1.Characteristic.SiriTouchToUse = SiriTouchToUse;
|
|
3425
3731
|
/**
|
|
3426
3732
|
* Characteristic "Slat Type"
|
|
3427
3733
|
*/
|
|
3428
3734
|
var SlatType = /** @class */ (function (_super) {
|
|
3429
|
-
tslib_1.__extends(SlatType, _super);
|
|
3735
|
+
(0, tslib_1.__extends)(SlatType, _super);
|
|
3430
3736
|
function SlatType() {
|
|
3431
3737
|
var _this = _super.call(this, "Slat Type", SlatType.UUID, {
|
|
3432
3738
|
format: "uint8" /* UINT8 */,
|
|
@@ -3450,7 +3756,7 @@ Characteristic_1.Characteristic.SlatType = SlatType;
|
|
|
3450
3756
|
* Characteristic "Sleep Discovery Mode"
|
|
3451
3757
|
*/
|
|
3452
3758
|
var SleepDiscoveryMode = /** @class */ (function (_super) {
|
|
3453
|
-
tslib_1.__extends(SleepDiscoveryMode, _super);
|
|
3759
|
+
(0, tslib_1.__extends)(SleepDiscoveryMode, _super);
|
|
3454
3760
|
function SleepDiscoveryMode() {
|
|
3455
3761
|
var _this = _super.call(this, "Sleep Discovery Mode", SleepDiscoveryMode.UUID, {
|
|
3456
3762
|
format: "uint8" /* UINT8 */,
|
|
@@ -3475,7 +3781,7 @@ Characteristic_1.Characteristic.SleepDiscoveryMode = SleepDiscoveryMode;
|
|
|
3475
3781
|
* @since iOS 14
|
|
3476
3782
|
*/
|
|
3477
3783
|
var SleepInterval = /** @class */ (function (_super) {
|
|
3478
|
-
tslib_1.__extends(SleepInterval, _super);
|
|
3784
|
+
(0, tslib_1.__extends)(SleepInterval, _super);
|
|
3479
3785
|
function SleepInterval() {
|
|
3480
3786
|
var _this = _super.call(this, "Sleep Interval", SleepInterval.UUID, {
|
|
3481
3787
|
format: "uint32" /* UINT32 */,
|
|
@@ -3495,7 +3801,7 @@ Characteristic_1.Characteristic.SleepInterval = SleepInterval;
|
|
|
3495
3801
|
* Characteristic "Smoke Detected"
|
|
3496
3802
|
*/
|
|
3497
3803
|
var SmokeDetected = /** @class */ (function (_super) {
|
|
3498
|
-
tslib_1.__extends(SmokeDetected, _super);
|
|
3804
|
+
(0, tslib_1.__extends)(SmokeDetected, _super);
|
|
3499
3805
|
function SmokeDetected() {
|
|
3500
3806
|
var _this = _super.call(this, "Smoke Detected", SmokeDetected.UUID, {
|
|
3501
3807
|
format: "uint8" /* UINT8 */,
|
|
@@ -3519,7 +3825,7 @@ Characteristic_1.Characteristic.SmokeDetected = SmokeDetected;
|
|
|
3519
3825
|
* Characteristic "Software Revision"
|
|
3520
3826
|
*/
|
|
3521
3827
|
var SoftwareRevision = /** @class */ (function (_super) {
|
|
3522
|
-
tslib_1.__extends(SoftwareRevision, _super);
|
|
3828
|
+
(0, tslib_1.__extends)(SoftwareRevision, _super);
|
|
3523
3829
|
function SoftwareRevision() {
|
|
3524
3830
|
var _this = _super.call(this, "Software Revision", SoftwareRevision.UUID, {
|
|
3525
3831
|
format: "string" /* STRING */,
|
|
@@ -3537,7 +3843,7 @@ Characteristic_1.Characteristic.SoftwareRevision = SoftwareRevision;
|
|
|
3537
3843
|
* Characteristic "Staged Firmware Version"
|
|
3538
3844
|
*/
|
|
3539
3845
|
var StagedFirmwareVersion = /** @class */ (function (_super) {
|
|
3540
|
-
tslib_1.__extends(StagedFirmwareVersion, _super);
|
|
3846
|
+
(0, tslib_1.__extends)(StagedFirmwareVersion, _super);
|
|
3541
3847
|
function StagedFirmwareVersion() {
|
|
3542
3848
|
var _this = _super.call(this, "Staged Firmware Version", StagedFirmwareVersion.UUID, {
|
|
3543
3849
|
format: "string" /* STRING */,
|
|
@@ -3555,7 +3861,7 @@ Characteristic_1.Characteristic.StagedFirmwareVersion = StagedFirmwareVersion;
|
|
|
3555
3861
|
* Characteristic "Status Active"
|
|
3556
3862
|
*/
|
|
3557
3863
|
var StatusActive = /** @class */ (function (_super) {
|
|
3558
|
-
tslib_1.__extends(StatusActive, _super);
|
|
3864
|
+
(0, tslib_1.__extends)(StatusActive, _super);
|
|
3559
3865
|
function StatusActive() {
|
|
3560
3866
|
var _this = _super.call(this, "Status Active", StatusActive.UUID, {
|
|
3561
3867
|
format: "bool" /* BOOL */,
|
|
@@ -3573,7 +3879,7 @@ Characteristic_1.Characteristic.StatusActive = StatusActive;
|
|
|
3573
3879
|
* Characteristic "Status Fault"
|
|
3574
3880
|
*/
|
|
3575
3881
|
var StatusFault = /** @class */ (function (_super) {
|
|
3576
|
-
tslib_1.__extends(StatusFault, _super);
|
|
3882
|
+
(0, tslib_1.__extends)(StatusFault, _super);
|
|
3577
3883
|
function StatusFault() {
|
|
3578
3884
|
var _this = _super.call(this, "Status Fault", StatusFault.UUID, {
|
|
3579
3885
|
format: "uint8" /* UINT8 */,
|
|
@@ -3597,7 +3903,7 @@ Characteristic_1.Characteristic.StatusFault = StatusFault;
|
|
|
3597
3903
|
* Characteristic "Status Jammed"
|
|
3598
3904
|
*/
|
|
3599
3905
|
var StatusJammed = /** @class */ (function (_super) {
|
|
3600
|
-
tslib_1.__extends(StatusJammed, _super);
|
|
3906
|
+
(0, tslib_1.__extends)(StatusJammed, _super);
|
|
3601
3907
|
function StatusJammed() {
|
|
3602
3908
|
var _this = _super.call(this, "Status Jammed", StatusJammed.UUID, {
|
|
3603
3909
|
format: "uint8" /* UINT8 */,
|
|
@@ -3621,7 +3927,7 @@ Characteristic_1.Characteristic.StatusJammed = StatusJammed;
|
|
|
3621
3927
|
* Characteristic "Status Low Battery"
|
|
3622
3928
|
*/
|
|
3623
3929
|
var StatusLowBattery = /** @class */ (function (_super) {
|
|
3624
|
-
tslib_1.__extends(StatusLowBattery, _super);
|
|
3930
|
+
(0, tslib_1.__extends)(StatusLowBattery, _super);
|
|
3625
3931
|
function StatusLowBattery() {
|
|
3626
3932
|
var _this = _super.call(this, "Status Low Battery", StatusLowBattery.UUID, {
|
|
3627
3933
|
format: "uint8" /* UINT8 */,
|
|
@@ -3645,7 +3951,7 @@ Characteristic_1.Characteristic.StatusLowBattery = StatusLowBattery;
|
|
|
3645
3951
|
* Characteristic "Status Tampered"
|
|
3646
3952
|
*/
|
|
3647
3953
|
var StatusTampered = /** @class */ (function (_super) {
|
|
3648
|
-
tslib_1.__extends(StatusTampered, _super);
|
|
3954
|
+
(0, tslib_1.__extends)(StatusTampered, _super);
|
|
3649
3955
|
function StatusTampered() {
|
|
3650
3956
|
var _this = _super.call(this, "Status Tampered", StatusTampered.UUID, {
|
|
3651
3957
|
format: "uint8" /* UINT8 */,
|
|
@@ -3669,7 +3975,7 @@ Characteristic_1.Characteristic.StatusTampered = StatusTampered;
|
|
|
3669
3975
|
* Characteristic "Streaming Status"
|
|
3670
3976
|
*/
|
|
3671
3977
|
var StreamingStatus = /** @class */ (function (_super) {
|
|
3672
|
-
tslib_1.__extends(StreamingStatus, _super);
|
|
3978
|
+
(0, tslib_1.__extends)(StreamingStatus, _super);
|
|
3673
3979
|
function StreamingStatus() {
|
|
3674
3980
|
var _this = _super.call(this, "Streaming Status", StreamingStatus.UUID, {
|
|
3675
3981
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3687,7 +3993,7 @@ Characteristic_1.Characteristic.StreamingStatus = StreamingStatus;
|
|
|
3687
3993
|
* Characteristic "Sulphur Dioxide Density"
|
|
3688
3994
|
*/
|
|
3689
3995
|
var SulphurDioxideDensity = /** @class */ (function (_super) {
|
|
3690
|
-
tslib_1.__extends(SulphurDioxideDensity, _super);
|
|
3996
|
+
(0, tslib_1.__extends)(SulphurDioxideDensity, _super);
|
|
3691
3997
|
function SulphurDioxideDensity() {
|
|
3692
3998
|
var _this = _super.call(this, "Sulphur Dioxide Density", SulphurDioxideDensity.UUID, {
|
|
3693
3999
|
format: "float" /* FLOAT */,
|
|
@@ -3704,11 +4010,29 @@ var SulphurDioxideDensity = /** @class */ (function (_super) {
|
|
|
3704
4010
|
}(Characteristic_1.Characteristic));
|
|
3705
4011
|
exports.SulphurDioxideDensity = SulphurDioxideDensity;
|
|
3706
4012
|
Characteristic_1.Characteristic.SulphurDioxideDensity = SulphurDioxideDensity;
|
|
4013
|
+
/**
|
|
4014
|
+
* Characteristic "Supported Asset Types"
|
|
4015
|
+
*/
|
|
4016
|
+
var SupportedAssetTypes = /** @class */ (function (_super) {
|
|
4017
|
+
(0, tslib_1.__extends)(SupportedAssetTypes, _super);
|
|
4018
|
+
function SupportedAssetTypes() {
|
|
4019
|
+
var _this = _super.call(this, "Supported Asset Types", SupportedAssetTypes.UUID, {
|
|
4020
|
+
format: "uint32" /* UINT32 */,
|
|
4021
|
+
perms: ["pr" /* PAIRED_READ */],
|
|
4022
|
+
}) || this;
|
|
4023
|
+
_this.value = _this.getDefaultValue();
|
|
4024
|
+
return _this;
|
|
4025
|
+
}
|
|
4026
|
+
SupportedAssetTypes.UUID = "00000268-0000-1000-8000-0026BB765291";
|
|
4027
|
+
return SupportedAssetTypes;
|
|
4028
|
+
}(Characteristic_1.Characteristic));
|
|
4029
|
+
exports.SupportedAssetTypes = SupportedAssetTypes;
|
|
4030
|
+
Characteristic_1.Characteristic.SupportedAssetTypes = SupportedAssetTypes;
|
|
3707
4031
|
/**
|
|
3708
4032
|
* Characteristic "Supported Audio Recording Configuration"
|
|
3709
4033
|
*/
|
|
3710
4034
|
var SupportedAudioRecordingConfiguration = /** @class */ (function (_super) {
|
|
3711
|
-
tslib_1.__extends(SupportedAudioRecordingConfiguration, _super);
|
|
4035
|
+
(0, tslib_1.__extends)(SupportedAudioRecordingConfiguration, _super);
|
|
3712
4036
|
function SupportedAudioRecordingConfiguration() {
|
|
3713
4037
|
var _this = _super.call(this, "Supported Audio Recording Configuration", SupportedAudioRecordingConfiguration.UUID, {
|
|
3714
4038
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3726,7 +4050,7 @@ Characteristic_1.Characteristic.SupportedAudioRecordingConfiguration = Supported
|
|
|
3726
4050
|
* Characteristic "Supported Audio Stream Configuration"
|
|
3727
4051
|
*/
|
|
3728
4052
|
var SupportedAudioStreamConfiguration = /** @class */ (function (_super) {
|
|
3729
|
-
tslib_1.__extends(SupportedAudioStreamConfiguration, _super);
|
|
4053
|
+
(0, tslib_1.__extends)(SupportedAudioStreamConfiguration, _super);
|
|
3730
4054
|
function SupportedAudioStreamConfiguration() {
|
|
3731
4055
|
var _this = _super.call(this, "Supported Audio Stream Configuration", SupportedAudioStreamConfiguration.UUID, {
|
|
3732
4056
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3744,7 +4068,7 @@ Characteristic_1.Characteristic.SupportedAudioStreamConfiguration = SupportedAud
|
|
|
3744
4068
|
* Characteristic "Supported Camera Recording Configuration"
|
|
3745
4069
|
*/
|
|
3746
4070
|
var SupportedCameraRecordingConfiguration = /** @class */ (function (_super) {
|
|
3747
|
-
tslib_1.__extends(SupportedCameraRecordingConfiguration, _super);
|
|
4071
|
+
(0, tslib_1.__extends)(SupportedCameraRecordingConfiguration, _super);
|
|
3748
4072
|
function SupportedCameraRecordingConfiguration() {
|
|
3749
4073
|
var _this = _super.call(this, "Supported Camera Recording Configuration", SupportedCameraRecordingConfiguration.UUID, {
|
|
3750
4074
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3763,7 +4087,7 @@ Characteristic_1.Characteristic.SupportedCameraRecordingConfiguration = Supporte
|
|
|
3763
4087
|
* @since iOS 14
|
|
3764
4088
|
*/
|
|
3765
4089
|
var SupportedCharacteristicValueTransitionConfiguration = /** @class */ (function (_super) {
|
|
3766
|
-
tslib_1.__extends(SupportedCharacteristicValueTransitionConfiguration, _super);
|
|
4090
|
+
(0, tslib_1.__extends)(SupportedCharacteristicValueTransitionConfiguration, _super);
|
|
3767
4091
|
function SupportedCharacteristicValueTransitionConfiguration() {
|
|
3768
4092
|
var _this = _super.call(this, "Supported Characteristic Value Transition Configuration", SupportedCharacteristicValueTransitionConfiguration.UUID, {
|
|
3769
4093
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3781,7 +4105,7 @@ Characteristic_1.Characteristic.SupportedCharacteristicValueTransitionConfigurat
|
|
|
3781
4105
|
* Characteristic "Supported Data Stream Transport Configuration"
|
|
3782
4106
|
*/
|
|
3783
4107
|
var SupportedDataStreamTransportConfiguration = /** @class */ (function (_super) {
|
|
3784
|
-
tslib_1.__extends(SupportedDataStreamTransportConfiguration, _super);
|
|
4108
|
+
(0, tslib_1.__extends)(SupportedDataStreamTransportConfiguration, _super);
|
|
3785
4109
|
function SupportedDataStreamTransportConfiguration() {
|
|
3786
4110
|
var _this = _super.call(this, "Supported Data Stream Transport Configuration", SupportedDataStreamTransportConfiguration.UUID, {
|
|
3787
4111
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3795,12 +4119,30 @@ var SupportedDataStreamTransportConfiguration = /** @class */ (function (_super)
|
|
|
3795
4119
|
}(Characteristic_1.Characteristic));
|
|
3796
4120
|
exports.SupportedDataStreamTransportConfiguration = SupportedDataStreamTransportConfiguration;
|
|
3797
4121
|
Characteristic_1.Characteristic.SupportedDataStreamTransportConfiguration = SupportedDataStreamTransportConfiguration;
|
|
4122
|
+
/**
|
|
4123
|
+
* Characteristic "Supported Diagnostics Modes"
|
|
4124
|
+
*/
|
|
4125
|
+
var SupportedDiagnosticsModes = /** @class */ (function (_super) {
|
|
4126
|
+
(0, tslib_1.__extends)(SupportedDiagnosticsModes, _super);
|
|
4127
|
+
function SupportedDiagnosticsModes() {
|
|
4128
|
+
var _this = _super.call(this, "Supported Diagnostics Modes", SupportedDiagnosticsModes.UUID, {
|
|
4129
|
+
format: "uint32" /* UINT32 */,
|
|
4130
|
+
perms: ["pr" /* PAIRED_READ */],
|
|
4131
|
+
}) || this;
|
|
4132
|
+
_this.value = _this.getDefaultValue();
|
|
4133
|
+
return _this;
|
|
4134
|
+
}
|
|
4135
|
+
SupportedDiagnosticsModes.UUID = "0000024C-0000-1000-8000-0026BB765291";
|
|
4136
|
+
return SupportedDiagnosticsModes;
|
|
4137
|
+
}(Characteristic_1.Characteristic));
|
|
4138
|
+
exports.SupportedDiagnosticsModes = SupportedDiagnosticsModes;
|
|
4139
|
+
Characteristic_1.Characteristic.SupportedDiagnosticsModes = SupportedDiagnosticsModes;
|
|
3798
4140
|
/**
|
|
3799
4141
|
* Characteristic "Supported Diagnostics Snapshot"
|
|
3800
4142
|
* @since iOS 14
|
|
3801
4143
|
*/
|
|
3802
4144
|
var SupportedDiagnosticsSnapshot = /** @class */ (function (_super) {
|
|
3803
|
-
tslib_1.__extends(SupportedDiagnosticsSnapshot, _super);
|
|
4145
|
+
(0, tslib_1.__extends)(SupportedDiagnosticsSnapshot, _super);
|
|
3804
4146
|
function SupportedDiagnosticsSnapshot() {
|
|
3805
4147
|
var _this = _super.call(this, "Supported Diagnostics Snapshot", SupportedDiagnosticsSnapshot.UUID, {
|
|
3806
4148
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3818,7 +4160,7 @@ Characteristic_1.Characteristic.SupportedDiagnosticsSnapshot = SupportedDiagnost
|
|
|
3818
4160
|
* Characteristic "Supported Firmware Update Configuration"
|
|
3819
4161
|
*/
|
|
3820
4162
|
var SupportedFirmwareUpdateConfiguration = /** @class */ (function (_super) {
|
|
3821
|
-
tslib_1.__extends(SupportedFirmwareUpdateConfiguration, _super);
|
|
4163
|
+
(0, tslib_1.__extends)(SupportedFirmwareUpdateConfiguration, _super);
|
|
3822
4164
|
function SupportedFirmwareUpdateConfiguration() {
|
|
3823
4165
|
var _this = _super.call(this, "Supported Firmware Update Configuration", SupportedFirmwareUpdateConfiguration.UUID, {
|
|
3824
4166
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3836,7 +4178,7 @@ Characteristic_1.Characteristic.SupportedFirmwareUpdateConfiguration = Supported
|
|
|
3836
4178
|
* Characteristic "Supported Router Configuration"
|
|
3837
4179
|
*/
|
|
3838
4180
|
var SupportedRouterConfiguration = /** @class */ (function (_super) {
|
|
3839
|
-
tslib_1.__extends(SupportedRouterConfiguration, _super);
|
|
4181
|
+
(0, tslib_1.__extends)(SupportedRouterConfiguration, _super);
|
|
3840
4182
|
function SupportedRouterConfiguration() {
|
|
3841
4183
|
var _this = _super.call(this, "Supported Router Configuration", SupportedRouterConfiguration.UUID, {
|
|
3842
4184
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3854,7 +4196,7 @@ Characteristic_1.Characteristic.SupportedRouterConfiguration = SupportedRouterCo
|
|
|
3854
4196
|
* Characteristic "Supported RTP Configuration"
|
|
3855
4197
|
*/
|
|
3856
4198
|
var SupportedRTPConfiguration = /** @class */ (function (_super) {
|
|
3857
|
-
tslib_1.__extends(SupportedRTPConfiguration, _super);
|
|
4199
|
+
(0, tslib_1.__extends)(SupportedRTPConfiguration, _super);
|
|
3858
4200
|
function SupportedRTPConfiguration() {
|
|
3859
4201
|
var _this = _super.call(this, "Supported RTP Configuration", SupportedRTPConfiguration.UUID, {
|
|
3860
4202
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3873,7 +4215,7 @@ Characteristic_1.Characteristic.SupportedRTPConfiguration = SupportedRTPConfigur
|
|
|
3873
4215
|
* @since iOS 13.4
|
|
3874
4216
|
*/
|
|
3875
4217
|
var SupportedTransferTransportConfiguration = /** @class */ (function (_super) {
|
|
3876
|
-
tslib_1.__extends(SupportedTransferTransportConfiguration, _super);
|
|
4218
|
+
(0, tslib_1.__extends)(SupportedTransferTransportConfiguration, _super);
|
|
3877
4219
|
function SupportedTransferTransportConfiguration() {
|
|
3878
4220
|
var _this = _super.call(this, "Supported Transfer Transport Configuration", SupportedTransferTransportConfiguration.UUID, {
|
|
3879
4221
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3891,7 +4233,7 @@ Characteristic_1.Characteristic.SupportedTransferTransportConfiguration = Suppor
|
|
|
3891
4233
|
* Characteristic "Supported Video Recording Configuration"
|
|
3892
4234
|
*/
|
|
3893
4235
|
var SupportedVideoRecordingConfiguration = /** @class */ (function (_super) {
|
|
3894
|
-
tslib_1.__extends(SupportedVideoRecordingConfiguration, _super);
|
|
4236
|
+
(0, tslib_1.__extends)(SupportedVideoRecordingConfiguration, _super);
|
|
3895
4237
|
function SupportedVideoRecordingConfiguration() {
|
|
3896
4238
|
var _this = _super.call(this, "Supported Video Recording Configuration", SupportedVideoRecordingConfiguration.UUID, {
|
|
3897
4239
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3909,7 +4251,7 @@ Characteristic_1.Characteristic.SupportedVideoRecordingConfiguration = Supported
|
|
|
3909
4251
|
* Characteristic "Supported Video Stream Configuration"
|
|
3910
4252
|
*/
|
|
3911
4253
|
var SupportedVideoStreamConfiguration = /** @class */ (function (_super) {
|
|
3912
|
-
tslib_1.__extends(SupportedVideoStreamConfiguration, _super);
|
|
4254
|
+
(0, tslib_1.__extends)(SupportedVideoStreamConfiguration, _super);
|
|
3913
4255
|
function SupportedVideoStreamConfiguration() {
|
|
3914
4256
|
var _this = _super.call(this, "Supported Video Stream Configuration", SupportedVideoStreamConfiguration.UUID, {
|
|
3915
4257
|
format: "tlv8" /* TLV8 */,
|
|
@@ -3927,7 +4269,7 @@ Characteristic_1.Characteristic.SupportedVideoStreamConfiguration = SupportedVid
|
|
|
3927
4269
|
* Characteristic "Swing Mode"
|
|
3928
4270
|
*/
|
|
3929
4271
|
var SwingMode = /** @class */ (function (_super) {
|
|
3930
|
-
tslib_1.__extends(SwingMode, _super);
|
|
4272
|
+
(0, tslib_1.__extends)(SwingMode, _super);
|
|
3931
4273
|
function SwingMode() {
|
|
3932
4274
|
var _this = _super.call(this, "Swing Mode", SwingMode.UUID, {
|
|
3933
4275
|
format: "uint8" /* UINT8 */,
|
|
@@ -3951,7 +4293,7 @@ Characteristic_1.Characteristic.SwingMode = SwingMode;
|
|
|
3951
4293
|
* Characteristic "Target Air Purifier State"
|
|
3952
4294
|
*/
|
|
3953
4295
|
var TargetAirPurifierState = /** @class */ (function (_super) {
|
|
3954
|
-
tslib_1.__extends(TargetAirPurifierState, _super);
|
|
4296
|
+
(0, tslib_1.__extends)(TargetAirPurifierState, _super);
|
|
3955
4297
|
function TargetAirPurifierState() {
|
|
3956
4298
|
var _this = _super.call(this, "Target Air Purifier State", TargetAirPurifierState.UUID, {
|
|
3957
4299
|
format: "uint8" /* UINT8 */,
|
|
@@ -3976,7 +4318,7 @@ Characteristic_1.Characteristic.TargetAirPurifierState = TargetAirPurifierState;
|
|
|
3976
4318
|
* @deprecated Removed and not used anymore
|
|
3977
4319
|
*/
|
|
3978
4320
|
var TargetAirQuality = /** @class */ (function (_super) {
|
|
3979
|
-
tslib_1.__extends(TargetAirQuality, _super);
|
|
4321
|
+
(0, tslib_1.__extends)(TargetAirQuality, _super);
|
|
3980
4322
|
function TargetAirQuality() {
|
|
3981
4323
|
var _this = _super.call(this, "Target Air Quality", TargetAirQuality.UUID, {
|
|
3982
4324
|
format: "uint8" /* UINT8 */,
|
|
@@ -4001,7 +4343,7 @@ Characteristic_1.Characteristic.TargetAirQuality = TargetAirQuality;
|
|
|
4001
4343
|
* Characteristic "Target Control List"
|
|
4002
4344
|
*/
|
|
4003
4345
|
var TargetControlList = /** @class */ (function (_super) {
|
|
4004
|
-
tslib_1.__extends(TargetControlList, _super);
|
|
4346
|
+
(0, tslib_1.__extends)(TargetControlList, _super);
|
|
4005
4347
|
function TargetControlList() {
|
|
4006
4348
|
var _this = _super.call(this, "Target Control List", TargetControlList.UUID, {
|
|
4007
4349
|
format: "tlv8" /* TLV8 */,
|
|
@@ -4020,7 +4362,7 @@ Characteristic_1.Characteristic.TargetControlList = TargetControlList;
|
|
|
4020
4362
|
* Characteristic "Target Control Supported Configuration"
|
|
4021
4363
|
*/
|
|
4022
4364
|
var TargetControlSupportedConfiguration = /** @class */ (function (_super) {
|
|
4023
|
-
tslib_1.__extends(TargetControlSupportedConfiguration, _super);
|
|
4365
|
+
(0, tslib_1.__extends)(TargetControlSupportedConfiguration, _super);
|
|
4024
4366
|
function TargetControlSupportedConfiguration() {
|
|
4025
4367
|
var _this = _super.call(this, "Target Control Supported Configuration", TargetControlSupportedConfiguration.UUID, {
|
|
4026
4368
|
format: "tlv8" /* TLV8 */,
|
|
@@ -4038,7 +4380,7 @@ Characteristic_1.Characteristic.TargetControlSupportedConfiguration = TargetCont
|
|
|
4038
4380
|
* Characteristic "Target Door State"
|
|
4039
4381
|
*/
|
|
4040
4382
|
var TargetDoorState = /** @class */ (function (_super) {
|
|
4041
|
-
tslib_1.__extends(TargetDoorState, _super);
|
|
4383
|
+
(0, tslib_1.__extends)(TargetDoorState, _super);
|
|
4042
4384
|
function TargetDoorState() {
|
|
4043
4385
|
var _this = _super.call(this, "Target Door State", TargetDoorState.UUID, {
|
|
4044
4386
|
format: "uint8" /* UINT8 */,
|
|
@@ -4062,7 +4404,7 @@ Characteristic_1.Characteristic.TargetDoorState = TargetDoorState;
|
|
|
4062
4404
|
* Characteristic "Target Fan State"
|
|
4063
4405
|
*/
|
|
4064
4406
|
var TargetFanState = /** @class */ (function (_super) {
|
|
4065
|
-
tslib_1.__extends(TargetFanState, _super);
|
|
4407
|
+
(0, tslib_1.__extends)(TargetFanState, _super);
|
|
4066
4408
|
function TargetFanState() {
|
|
4067
4409
|
var _this = _super.call(this, "Target Fan State", TargetFanState.UUID, {
|
|
4068
4410
|
format: "uint8" /* UINT8 */,
|
|
@@ -4086,7 +4428,7 @@ Characteristic_1.Characteristic.TargetFanState = TargetFanState;
|
|
|
4086
4428
|
* Characteristic "Target Heater-Cooler State"
|
|
4087
4429
|
*/
|
|
4088
4430
|
var TargetHeaterCoolerState = /** @class */ (function (_super) {
|
|
4089
|
-
tslib_1.__extends(TargetHeaterCoolerState, _super);
|
|
4431
|
+
(0, tslib_1.__extends)(TargetHeaterCoolerState, _super);
|
|
4090
4432
|
function TargetHeaterCoolerState() {
|
|
4091
4433
|
var _this = _super.call(this, "Target Heater-Cooler State", TargetHeaterCoolerState.UUID, {
|
|
4092
4434
|
format: "uint8" /* UINT8 */,
|
|
@@ -4111,7 +4453,7 @@ Characteristic_1.Characteristic.TargetHeaterCoolerState = TargetHeaterCoolerStat
|
|
|
4111
4453
|
* Characteristic "Target Heating Cooling State"
|
|
4112
4454
|
*/
|
|
4113
4455
|
var TargetHeatingCoolingState = /** @class */ (function (_super) {
|
|
4114
|
-
tslib_1.__extends(TargetHeatingCoolingState, _super);
|
|
4456
|
+
(0, tslib_1.__extends)(TargetHeatingCoolingState, _super);
|
|
4115
4457
|
function TargetHeatingCoolingState() {
|
|
4116
4458
|
var _this = _super.call(this, "Target Heating Cooling State", TargetHeatingCoolingState.UUID, {
|
|
4117
4459
|
format: "uint8" /* UINT8 */,
|
|
@@ -4137,7 +4479,7 @@ Characteristic_1.Characteristic.TargetHeatingCoolingState = TargetHeatingCooling
|
|
|
4137
4479
|
* Characteristic "Target Horizontal Tilt Angle"
|
|
4138
4480
|
*/
|
|
4139
4481
|
var TargetHorizontalTiltAngle = /** @class */ (function (_super) {
|
|
4140
|
-
tslib_1.__extends(TargetHorizontalTiltAngle, _super);
|
|
4482
|
+
(0, tslib_1.__extends)(TargetHorizontalTiltAngle, _super);
|
|
4141
4483
|
function TargetHorizontalTiltAngle() {
|
|
4142
4484
|
var _this = _super.call(this, "Target Horizontal Tilt Angle", TargetHorizontalTiltAngle.UUID, {
|
|
4143
4485
|
format: "int" /* INT */,
|
|
@@ -4159,7 +4501,7 @@ Characteristic_1.Characteristic.TargetHorizontalTiltAngle = TargetHorizontalTilt
|
|
|
4159
4501
|
* Characteristic "Target Humidifier-Dehumidifier State"
|
|
4160
4502
|
*/
|
|
4161
4503
|
var TargetHumidifierDehumidifierState = /** @class */ (function (_super) {
|
|
4162
|
-
tslib_1.__extends(TargetHumidifierDehumidifierState, _super);
|
|
4504
|
+
(0, tslib_1.__extends)(TargetHumidifierDehumidifierState, _super);
|
|
4163
4505
|
function TargetHumidifierDehumidifierState() {
|
|
4164
4506
|
var _this = _super.call(this, "Target Humidifier-Dehumidifier State", TargetHumidifierDehumidifierState.UUID, {
|
|
4165
4507
|
format: "uint8" /* UINT8 */,
|
|
@@ -4188,7 +4530,7 @@ Characteristic_1.Characteristic.TargetHumidifierDehumidifierState = TargetHumidi
|
|
|
4188
4530
|
* Characteristic "Target Media State"
|
|
4189
4531
|
*/
|
|
4190
4532
|
var TargetMediaState = /** @class */ (function (_super) {
|
|
4191
|
-
tslib_1.__extends(TargetMediaState, _super);
|
|
4533
|
+
(0, tslib_1.__extends)(TargetMediaState, _super);
|
|
4192
4534
|
function TargetMediaState() {
|
|
4193
4535
|
var _this = _super.call(this, "Target Media State", TargetMediaState.UUID, {
|
|
4194
4536
|
format: "uint8" /* UINT8 */,
|
|
@@ -4213,7 +4555,7 @@ Characteristic_1.Characteristic.TargetMediaState = TargetMediaState;
|
|
|
4213
4555
|
* Characteristic "Target Position"
|
|
4214
4556
|
*/
|
|
4215
4557
|
var TargetPosition = /** @class */ (function (_super) {
|
|
4216
|
-
tslib_1.__extends(TargetPosition, _super);
|
|
4558
|
+
(0, tslib_1.__extends)(TargetPosition, _super);
|
|
4217
4559
|
function TargetPosition() {
|
|
4218
4560
|
var _this = _super.call(this, "Target Position", TargetPosition.UUID, {
|
|
4219
4561
|
format: "uint8" /* UINT8 */,
|
|
@@ -4235,7 +4577,7 @@ Characteristic_1.Characteristic.TargetPosition = TargetPosition;
|
|
|
4235
4577
|
* Characteristic "Target Relative Humidity"
|
|
4236
4578
|
*/
|
|
4237
4579
|
var TargetRelativeHumidity = /** @class */ (function (_super) {
|
|
4238
|
-
tslib_1.__extends(TargetRelativeHumidity, _super);
|
|
4580
|
+
(0, tslib_1.__extends)(TargetRelativeHumidity, _super);
|
|
4239
4581
|
function TargetRelativeHumidity() {
|
|
4240
4582
|
var _this = _super.call(this, "Target Relative Humidity", TargetRelativeHumidity.UUID, {
|
|
4241
4583
|
format: "float" /* FLOAT */,
|
|
@@ -4258,7 +4600,7 @@ Characteristic_1.Characteristic.TargetRelativeHumidity = TargetRelativeHumidity;
|
|
|
4258
4600
|
* @deprecated Removed and not used anymore
|
|
4259
4601
|
*/
|
|
4260
4602
|
var TargetSlatState = /** @class */ (function (_super) {
|
|
4261
|
-
tslib_1.__extends(TargetSlatState, _super);
|
|
4603
|
+
(0, tslib_1.__extends)(TargetSlatState, _super);
|
|
4262
4604
|
function TargetSlatState() {
|
|
4263
4605
|
var _this = _super.call(this, "Target Slat State", TargetSlatState.UUID, {
|
|
4264
4606
|
format: "uint8" /* UINT8 */,
|
|
@@ -4282,7 +4624,7 @@ Characteristic_1.Characteristic.TargetSlatState = TargetSlatState;
|
|
|
4282
4624
|
* Characteristic "Target Temperature"
|
|
4283
4625
|
*/
|
|
4284
4626
|
var TargetTemperature = /** @class */ (function (_super) {
|
|
4285
|
-
tslib_1.__extends(TargetTemperature, _super);
|
|
4627
|
+
(0, tslib_1.__extends)(TargetTemperature, _super);
|
|
4286
4628
|
function TargetTemperature() {
|
|
4287
4629
|
var _this = _super.call(this, "Target Temperature", TargetTemperature.UUID, {
|
|
4288
4630
|
format: "float" /* FLOAT */,
|
|
@@ -4304,7 +4646,7 @@ Characteristic_1.Characteristic.TargetTemperature = TargetTemperature;
|
|
|
4304
4646
|
* Characteristic "Target Tilt Angle"
|
|
4305
4647
|
*/
|
|
4306
4648
|
var TargetTiltAngle = /** @class */ (function (_super) {
|
|
4307
|
-
tslib_1.__extends(TargetTiltAngle, _super);
|
|
4649
|
+
(0, tslib_1.__extends)(TargetTiltAngle, _super);
|
|
4308
4650
|
function TargetTiltAngle() {
|
|
4309
4651
|
var _this = _super.call(this, "Target Tilt Angle", TargetTiltAngle.UUID, {
|
|
4310
4652
|
format: "int" /* INT */,
|
|
@@ -4326,7 +4668,7 @@ Characteristic_1.Characteristic.TargetTiltAngle = TargetTiltAngle;
|
|
|
4326
4668
|
* Characteristic "Target Vertical Tilt Angle"
|
|
4327
4669
|
*/
|
|
4328
4670
|
var TargetVerticalTiltAngle = /** @class */ (function (_super) {
|
|
4329
|
-
tslib_1.__extends(TargetVerticalTiltAngle, _super);
|
|
4671
|
+
(0, tslib_1.__extends)(TargetVerticalTiltAngle, _super);
|
|
4330
4672
|
function TargetVerticalTiltAngle() {
|
|
4331
4673
|
var _this = _super.call(this, "Target Vertical Tilt Angle", TargetVerticalTiltAngle.UUID, {
|
|
4332
4674
|
format: "int" /* INT */,
|
|
@@ -4348,7 +4690,7 @@ Characteristic_1.Characteristic.TargetVerticalTiltAngle = TargetVerticalTiltAngl
|
|
|
4348
4690
|
* Characteristic "Target Visibility State"
|
|
4349
4691
|
*/
|
|
4350
4692
|
var TargetVisibilityState = /** @class */ (function (_super) {
|
|
4351
|
-
tslib_1.__extends(TargetVisibilityState, _super);
|
|
4693
|
+
(0, tslib_1.__extends)(TargetVisibilityState, _super);
|
|
4352
4694
|
function TargetVisibilityState() {
|
|
4353
4695
|
var _this = _super.call(this, "Target Visibility State", TargetVisibilityState.UUID, {
|
|
4354
4696
|
format: "uint8" /* UINT8 */,
|
|
@@ -4372,7 +4714,7 @@ Characteristic_1.Characteristic.TargetVisibilityState = TargetVisibilityState;
|
|
|
4372
4714
|
* Characteristic "Temperature Display Units"
|
|
4373
4715
|
*/
|
|
4374
4716
|
var TemperatureDisplayUnits = /** @class */ (function (_super) {
|
|
4375
|
-
tslib_1.__extends(TemperatureDisplayUnits, _super);
|
|
4717
|
+
(0, tslib_1.__extends)(TemperatureDisplayUnits, _super);
|
|
4376
4718
|
function TemperatureDisplayUnits() {
|
|
4377
4719
|
var _this = _super.call(this, "Temperature Display Units", TemperatureDisplayUnits.UUID, {
|
|
4378
4720
|
format: "uint8" /* UINT8 */,
|
|
@@ -4396,7 +4738,7 @@ Characteristic_1.Characteristic.TemperatureDisplayUnits = TemperatureDisplayUnit
|
|
|
4396
4738
|
* Characteristic "Third Party Camera Active"
|
|
4397
4739
|
*/
|
|
4398
4740
|
var ThirdPartyCameraActive = /** @class */ (function (_super) {
|
|
4399
|
-
tslib_1.__extends(ThirdPartyCameraActive, _super);
|
|
4741
|
+
(0, tslib_1.__extends)(ThirdPartyCameraActive, _super);
|
|
4400
4742
|
function ThirdPartyCameraActive() {
|
|
4401
4743
|
var _this = _super.call(this, "Third Party Camera Active", ThirdPartyCameraActive.UUID, {
|
|
4402
4744
|
format: "uint8" /* UINT8 */,
|
|
@@ -4417,7 +4759,7 @@ Characteristic_1.Characteristic.ThirdPartyCameraActive = ThirdPartyCameraActive;
|
|
|
4417
4759
|
* Characteristic "Thread Control Point"
|
|
4418
4760
|
*/
|
|
4419
4761
|
var ThreadControlPoint = /** @class */ (function (_super) {
|
|
4420
|
-
tslib_1.__extends(ThreadControlPoint, _super);
|
|
4762
|
+
(0, tslib_1.__extends)(ThreadControlPoint, _super);
|
|
4421
4763
|
function ThreadControlPoint() {
|
|
4422
4764
|
var _this = _super.call(this, "Thread Control Point", ThreadControlPoint.UUID, {
|
|
4423
4765
|
format: "tlv8" /* TLV8 */,
|
|
@@ -4435,7 +4777,7 @@ Characteristic_1.Characteristic.ThreadControlPoint = ThreadControlPoint;
|
|
|
4435
4777
|
* Characteristic "Thread Node Capabilities"
|
|
4436
4778
|
*/
|
|
4437
4779
|
var ThreadNodeCapabilities = /** @class */ (function (_super) {
|
|
4438
|
-
tslib_1.__extends(ThreadNodeCapabilities, _super);
|
|
4780
|
+
(0, tslib_1.__extends)(ThreadNodeCapabilities, _super);
|
|
4439
4781
|
function ThreadNodeCapabilities() {
|
|
4440
4782
|
var _this = _super.call(this, "Thread Node Capabilities", ThreadNodeCapabilities.UUID, {
|
|
4441
4783
|
format: "uint16" /* UINT16 */,
|
|
@@ -4456,7 +4798,7 @@ Characteristic_1.Characteristic.ThreadNodeCapabilities = ThreadNodeCapabilities;
|
|
|
4456
4798
|
* Characteristic "Thread OpenThread Version"
|
|
4457
4799
|
*/
|
|
4458
4800
|
var ThreadOpenThreadVersion = /** @class */ (function (_super) {
|
|
4459
|
-
tslib_1.__extends(ThreadOpenThreadVersion, _super);
|
|
4801
|
+
(0, tslib_1.__extends)(ThreadOpenThreadVersion, _super);
|
|
4460
4802
|
function ThreadOpenThreadVersion() {
|
|
4461
4803
|
var _this = _super.call(this, "Thread OpenThread Version", ThreadOpenThreadVersion.UUID, {
|
|
4462
4804
|
format: "string" /* STRING */,
|
|
@@ -4474,7 +4816,7 @@ Characteristic_1.Characteristic.ThreadOpenThreadVersion = ThreadOpenThreadVersio
|
|
|
4474
4816
|
* Characteristic "Thread Status"
|
|
4475
4817
|
*/
|
|
4476
4818
|
var ThreadStatus = /** @class */ (function (_super) {
|
|
4477
|
-
tslib_1.__extends(ThreadStatus, _super);
|
|
4819
|
+
(0, tslib_1.__extends)(ThreadStatus, _super);
|
|
4478
4820
|
function ThreadStatus() {
|
|
4479
4821
|
var _this = _super.call(this, "Thread Status", ThreadStatus.UUID, {
|
|
4480
4822
|
format: "uint16" /* UINT16 */,
|
|
@@ -4496,7 +4838,7 @@ Characteristic_1.Characteristic.ThreadStatus = ThreadStatus;
|
|
|
4496
4838
|
* @deprecated Removed and not used anymore
|
|
4497
4839
|
*/
|
|
4498
4840
|
var TimeUpdate = /** @class */ (function (_super) {
|
|
4499
|
-
tslib_1.__extends(TimeUpdate, _super);
|
|
4841
|
+
(0, tslib_1.__extends)(TimeUpdate, _super);
|
|
4500
4842
|
function TimeUpdate() {
|
|
4501
4843
|
var _this = _super.call(this, "Time Update", TimeUpdate.UUID, {
|
|
4502
4844
|
format: "bool" /* BOOL */,
|
|
@@ -4516,7 +4858,7 @@ Characteristic_1.Characteristic.TimeUpdate = TimeUpdate;
|
|
|
4516
4858
|
* @since iOS 14
|
|
4517
4859
|
*/
|
|
4518
4860
|
var TransmitPower = /** @class */ (function (_super) {
|
|
4519
|
-
tslib_1.__extends(TransmitPower, _super);
|
|
4861
|
+
(0, tslib_1.__extends)(TransmitPower, _super);
|
|
4520
4862
|
function TransmitPower() {
|
|
4521
4863
|
var _this = _super.call(this, "Transmit Power", TransmitPower.UUID, {
|
|
4522
4864
|
format: "int" /* INT */,
|
|
@@ -4534,7 +4876,7 @@ Characteristic_1.Characteristic.TransmitPower = TransmitPower;
|
|
|
4534
4876
|
* Characteristic "Tunnel Connection Timeout"
|
|
4535
4877
|
*/
|
|
4536
4878
|
var TunnelConnectionTimeout = /** @class */ (function (_super) {
|
|
4537
|
-
tslib_1.__extends(TunnelConnectionTimeout, _super);
|
|
4879
|
+
(0, tslib_1.__extends)(TunnelConnectionTimeout, _super);
|
|
4538
4880
|
function TunnelConnectionTimeout() {
|
|
4539
4881
|
var _this = _super.call(this, "Tunnel Connection Timeout", TunnelConnectionTimeout.UUID, {
|
|
4540
4882
|
format: "int" /* INT */,
|
|
@@ -4552,7 +4894,7 @@ Characteristic_1.Characteristic.TunnelConnectionTimeout = TunnelConnectionTimeou
|
|
|
4552
4894
|
* Characteristic "Tunneled Accessory Advertising"
|
|
4553
4895
|
*/
|
|
4554
4896
|
var TunneledAccessoryAdvertising = /** @class */ (function (_super) {
|
|
4555
|
-
tslib_1.__extends(TunneledAccessoryAdvertising, _super);
|
|
4897
|
+
(0, tslib_1.__extends)(TunneledAccessoryAdvertising, _super);
|
|
4556
4898
|
function TunneledAccessoryAdvertising() {
|
|
4557
4899
|
var _this = _super.call(this, "Tunneled Accessory Advertising", TunneledAccessoryAdvertising.UUID, {
|
|
4558
4900
|
format: "bool" /* BOOL */,
|
|
@@ -4570,7 +4912,7 @@ Characteristic_1.Characteristic.TunneledAccessoryAdvertising = TunneledAccessory
|
|
|
4570
4912
|
* Characteristic "Tunneled Accessory Connected"
|
|
4571
4913
|
*/
|
|
4572
4914
|
var TunneledAccessoryConnected = /** @class */ (function (_super) {
|
|
4573
|
-
tslib_1.__extends(TunneledAccessoryConnected, _super);
|
|
4915
|
+
(0, tslib_1.__extends)(TunneledAccessoryConnected, _super);
|
|
4574
4916
|
function TunneledAccessoryConnected() {
|
|
4575
4917
|
var _this = _super.call(this, "Tunneled Accessory Connected", TunneledAccessoryConnected.UUID, {
|
|
4576
4918
|
format: "bool" /* BOOL */,
|
|
@@ -4588,7 +4930,7 @@ Characteristic_1.Characteristic.TunneledAccessoryConnected = TunneledAccessoryCo
|
|
|
4588
4930
|
* Characteristic "Tunneled Accessory State Number"
|
|
4589
4931
|
*/
|
|
4590
4932
|
var TunneledAccessoryStateNumber = /** @class */ (function (_super) {
|
|
4591
|
-
tslib_1.__extends(TunneledAccessoryStateNumber, _super);
|
|
4933
|
+
(0, tslib_1.__extends)(TunneledAccessoryStateNumber, _super);
|
|
4592
4934
|
function TunneledAccessoryStateNumber() {
|
|
4593
4935
|
var _this = _super.call(this, "Tunneled Accessory State Number", TunneledAccessoryStateNumber.UUID, {
|
|
4594
4936
|
format: "int" /* INT */,
|
|
@@ -4606,7 +4948,7 @@ Characteristic_1.Characteristic.TunneledAccessoryStateNumber = TunneledAccessory
|
|
|
4606
4948
|
* Characteristic "Valve Type"
|
|
4607
4949
|
*/
|
|
4608
4950
|
var ValveType = /** @class */ (function (_super) {
|
|
4609
|
-
tslib_1.__extends(ValveType, _super);
|
|
4951
|
+
(0, tslib_1.__extends)(ValveType, _super);
|
|
4610
4952
|
function ValveType() {
|
|
4611
4953
|
var _this = _super.call(this, "Valve Type", ValveType.UUID, {
|
|
4612
4954
|
format: "uint8" /* UINT8 */,
|
|
@@ -4632,7 +4974,7 @@ Characteristic_1.Characteristic.ValveType = ValveType;
|
|
|
4632
4974
|
* Characteristic "Version"
|
|
4633
4975
|
*/
|
|
4634
4976
|
var Version = /** @class */ (function (_super) {
|
|
4635
|
-
tslib_1.__extends(Version, _super);
|
|
4977
|
+
(0, tslib_1.__extends)(Version, _super);
|
|
4636
4978
|
function Version() {
|
|
4637
4979
|
var _this = _super.call(this, "Version", Version.UUID, {
|
|
4638
4980
|
format: "string" /* STRING */,
|
|
@@ -4652,7 +4994,7 @@ Characteristic_1.Characteristic.Version = Version;
|
|
|
4652
4994
|
* @since iOS 14
|
|
4653
4995
|
*/
|
|
4654
4996
|
var VideoAnalysisActive = /** @class */ (function (_super) {
|
|
4655
|
-
tslib_1.__extends(VideoAnalysisActive, _super);
|
|
4997
|
+
(0, tslib_1.__extends)(VideoAnalysisActive, _super);
|
|
4656
4998
|
function VideoAnalysisActive() {
|
|
4657
4999
|
var _this = _super.call(this, "Video Analysis Active", VideoAnalysisActive.UUID, {
|
|
4658
5000
|
format: "uint8" /* UINT8 */,
|
|
@@ -4670,7 +5012,7 @@ Characteristic_1.Characteristic.VideoAnalysisActive = VideoAnalysisActive;
|
|
|
4670
5012
|
* Characteristic "VOC Density"
|
|
4671
5013
|
*/
|
|
4672
5014
|
var VOCDensity = /** @class */ (function (_super) {
|
|
4673
|
-
tslib_1.__extends(VOCDensity, _super);
|
|
5015
|
+
(0, tslib_1.__extends)(VOCDensity, _super);
|
|
4674
5016
|
function VOCDensity() {
|
|
4675
5017
|
var _this = _super.call(this, "VOC Density", VOCDensity.UUID, {
|
|
4676
5018
|
format: "float" /* FLOAT */,
|
|
@@ -4691,7 +5033,7 @@ Characteristic_1.Characteristic.VOCDensity = VOCDensity;
|
|
|
4691
5033
|
* Characteristic "Volume"
|
|
4692
5034
|
*/
|
|
4693
5035
|
var Volume = /** @class */ (function (_super) {
|
|
4694
|
-
tslib_1.__extends(Volume, _super);
|
|
5036
|
+
(0, tslib_1.__extends)(Volume, _super);
|
|
4695
5037
|
function Volume() {
|
|
4696
5038
|
var _this = _super.call(this, "Volume", Volume.UUID, {
|
|
4697
5039
|
format: "uint8" /* UINT8 */,
|
|
@@ -4713,7 +5055,7 @@ Characteristic_1.Characteristic.Volume = Volume;
|
|
|
4713
5055
|
* Characteristic "Volume Control Type"
|
|
4714
5056
|
*/
|
|
4715
5057
|
var VolumeControlType = /** @class */ (function (_super) {
|
|
4716
|
-
tslib_1.__extends(VolumeControlType, _super);
|
|
5058
|
+
(0, tslib_1.__extends)(VolumeControlType, _super);
|
|
4717
5059
|
function VolumeControlType() {
|
|
4718
5060
|
var _this = _super.call(this, "Volume Control Type", VolumeControlType.UUID, {
|
|
4719
5061
|
format: "uint8" /* UINT8 */,
|
|
@@ -4739,7 +5081,7 @@ Characteristic_1.Characteristic.VolumeControlType = VolumeControlType;
|
|
|
4739
5081
|
* Characteristic "Volume Selector"
|
|
4740
5082
|
*/
|
|
4741
5083
|
var VolumeSelector = /** @class */ (function (_super) {
|
|
4742
|
-
tslib_1.__extends(VolumeSelector, _super);
|
|
5084
|
+
(0, tslib_1.__extends)(VolumeSelector, _super);
|
|
4743
5085
|
function VolumeSelector() {
|
|
4744
5086
|
var _this = _super.call(this, "Volume Selector", VolumeSelector.UUID, {
|
|
4745
5087
|
format: "uint8" /* UINT8 */,
|
|
@@ -4764,7 +5106,7 @@ Characteristic_1.Characteristic.VolumeSelector = VolumeSelector;
|
|
|
4764
5106
|
* @since iOS 13.4
|
|
4765
5107
|
*/
|
|
4766
5108
|
var WakeConfiguration = /** @class */ (function (_super) {
|
|
4767
|
-
tslib_1.__extends(WakeConfiguration, _super);
|
|
5109
|
+
(0, tslib_1.__extends)(WakeConfiguration, _super);
|
|
4768
5110
|
function WakeConfiguration() {
|
|
4769
5111
|
var _this = _super.call(this, "Wake Configuration", WakeConfiguration.UUID, {
|
|
4770
5112
|
format: "tlv8" /* TLV8 */,
|
|
@@ -4782,7 +5124,7 @@ Characteristic_1.Characteristic.WakeConfiguration = WakeConfiguration;
|
|
|
4782
5124
|
* Characteristic "WAN Configuration List"
|
|
4783
5125
|
*/
|
|
4784
5126
|
var WANConfigurationList = /** @class */ (function (_super) {
|
|
4785
|
-
tslib_1.__extends(WANConfigurationList, _super);
|
|
5127
|
+
(0, tslib_1.__extends)(WANConfigurationList, _super);
|
|
4786
5128
|
function WANConfigurationList() {
|
|
4787
5129
|
var _this = _super.call(this, "WAN Configuration List", WANConfigurationList.UUID, {
|
|
4788
5130
|
format: "tlv8" /* TLV8 */,
|
|
@@ -4800,7 +5142,7 @@ Characteristic_1.Characteristic.WANConfigurationList = WANConfigurationList;
|
|
|
4800
5142
|
* Characteristic "WAN Status List"
|
|
4801
5143
|
*/
|
|
4802
5144
|
var WANStatusList = /** @class */ (function (_super) {
|
|
4803
|
-
tslib_1.__extends(WANStatusList, _super);
|
|
5145
|
+
(0, tslib_1.__extends)(WANStatusList, _super);
|
|
4804
5146
|
function WANStatusList() {
|
|
4805
5147
|
var _this = _super.call(this, "WAN Status List", WANStatusList.UUID, {
|
|
4806
5148
|
format: "tlv8" /* TLV8 */,
|
|
@@ -4818,7 +5160,7 @@ Characteristic_1.Characteristic.WANStatusList = WANStatusList;
|
|
|
4818
5160
|
* Characteristic "Water Level"
|
|
4819
5161
|
*/
|
|
4820
5162
|
var WaterLevel = /** @class */ (function (_super) {
|
|
4821
|
-
tslib_1.__extends(WaterLevel, _super);
|
|
5163
|
+
(0, tslib_1.__extends)(WaterLevel, _super);
|
|
4822
5164
|
function WaterLevel() {
|
|
4823
5165
|
var _this = _super.call(this, "Water Level", WaterLevel.UUID, {
|
|
4824
5166
|
format: "float" /* FLOAT */,
|
|
@@ -4841,7 +5183,7 @@ Characteristic_1.Characteristic.WaterLevel = WaterLevel;
|
|
|
4841
5183
|
* @since iOS 14
|
|
4842
5184
|
*/
|
|
4843
5185
|
var WiFiCapabilities = /** @class */ (function (_super) {
|
|
4844
|
-
tslib_1.__extends(WiFiCapabilities, _super);
|
|
5186
|
+
(0, tslib_1.__extends)(WiFiCapabilities, _super);
|
|
4845
5187
|
function WiFiCapabilities() {
|
|
4846
5188
|
var _this = _super.call(this, "Wi-Fi Capabilities", WiFiCapabilities.UUID, {
|
|
4847
5189
|
format: "uint32" /* UINT32 */,
|
|
@@ -4860,7 +5202,7 @@ Characteristic_1.Characteristic.WiFiCapabilities = WiFiCapabilities;
|
|
|
4860
5202
|
* @since iOS 14
|
|
4861
5203
|
*/
|
|
4862
5204
|
var WiFiConfigurationControl = /** @class */ (function (_super) {
|
|
4863
|
-
tslib_1.__extends(WiFiConfigurationControl, _super);
|
|
5205
|
+
(0, tslib_1.__extends)(WiFiConfigurationControl, _super);
|
|
4864
5206
|
function WiFiConfigurationControl() {
|
|
4865
5207
|
var _this = _super.call(this, "Wi-Fi Configuration Control", WiFiConfigurationControl.UUID, {
|
|
4866
5208
|
format: "tlv8" /* TLV8 */,
|
|
@@ -4878,7 +5220,7 @@ Characteristic_1.Characteristic.WiFiConfigurationControl = WiFiConfigurationCont
|
|
|
4878
5220
|
* Characteristic "Wi-Fi Satellite Status"
|
|
4879
5221
|
*/
|
|
4880
5222
|
var WiFiSatelliteStatus = /** @class */ (function (_super) {
|
|
4881
|
-
tslib_1.__extends(WiFiSatelliteStatus, _super);
|
|
5223
|
+
(0, tslib_1.__extends)(WiFiSatelliteStatus, _super);
|
|
4882
5224
|
function WiFiSatelliteStatus() {
|
|
4883
5225
|
var _this = _super.call(this, "Wi-Fi Satellite Status", WiFiSatelliteStatus.UUID, {
|
|
4884
5226
|
format: "uint8" /* UINT8 */,
|