eufy-security-client 2.2.2 → 2.2.3
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 +7 -0
- package/build/eufysecurity.d.ts +2 -0
- package/build/eufysecurity.js +20 -3
- package/build/eufysecurity.js.map +1 -1
- package/build/http/api.js +46 -33
- package/build/http/api.js.map +1 -1
- package/build/http/const.d.ts +3 -0
- package/build/http/const.js +8546 -0
- package/build/http/const.js.map +1 -0
- package/build/http/device.js +3 -3
- package/build/http/device.js.map +1 -1
- package/build/http/error.d.ts +12 -0
- package/build/http/error.js +33 -1
- package/build/http/error.js.map +1 -1
- package/build/http/interfaces.d.ts +2 -0
- package/build/http/parameter.js +6 -1
- package/build/http/parameter.js.map +1 -1
- package/build/http/station.d.ts +1 -0
- package/build/http/station.js +151 -0
- package/build/http/station.js.map +1 -1
- package/build/http/types.d.ts +22 -1
- package/build/http/types.js +159 -7
- package/build/http/types.js.map +1 -1
- package/build/http/utils.d.ts +1 -1
- package/build/http/utils.js +7 -3022
- package/build/http/utils.js.map +1 -1
- package/build/interfaces.d.ts +3 -0
- package/build/p2p/session.js +1 -3
- package/build/p2p/session.js.map +1 -1
- package/package.json +4 -4
package/build/http/types.d.ts
CHANGED
|
@@ -221,6 +221,15 @@ export declare enum NotificationSwitchMode {
|
|
|
221
221
|
SCHEDULE = 64,
|
|
222
222
|
KEYPAD = 128
|
|
223
223
|
}
|
|
224
|
+
export declare enum GuardModeSecuritySettingsAction {
|
|
225
|
+
VIDEO_RECORDING = 1,
|
|
226
|
+
CAMERA_ALARM = 2,
|
|
227
|
+
HOMEBASE_ALARM = 4,
|
|
228
|
+
NOTIFICATON = 8,
|
|
229
|
+
PRIVACY = 16,
|
|
230
|
+
LIGHT_ALARM = 32,
|
|
231
|
+
PROFESSIONAL_SECURITY = 64
|
|
232
|
+
}
|
|
224
233
|
export declare enum TimeFormat {
|
|
225
234
|
FORMAT_12H = 0,
|
|
226
235
|
FORMAT_24H = 1
|
|
@@ -547,7 +556,13 @@ export declare enum PropertyName {
|
|
|
547
556
|
StationCustom1SecuritySettings = "stationCustom1SecuritySettings",
|
|
548
557
|
StationCustom2SecuritySettings = "stationCustom2SecuritySettings",
|
|
549
558
|
StationCustom3SecuritySettings = "stationCustom3SecuritySettings",
|
|
550
|
-
StationOffSecuritySettings = "stationOffSecuritySettings"
|
|
559
|
+
StationOffSecuritySettings = "stationOffSecuritySettings",
|
|
560
|
+
StationAlarm = "alarm",
|
|
561
|
+
StationAlarmType = "alarmType",
|
|
562
|
+
StationAlarmArmed = "alarmArmed",
|
|
563
|
+
StationAlarmArmDelay = "alarmArmDelay",
|
|
564
|
+
StationAlarmDelay = "alarmDelay",
|
|
565
|
+
StationAlarmDelayType = "alarmDelayType"
|
|
551
566
|
}
|
|
552
567
|
export declare const DeviceNameProperty: PropertyMetadataString;
|
|
553
568
|
export declare const DeviceModelProperty: PropertyMetadataString;
|
|
@@ -859,6 +874,12 @@ export declare const StationTimeFormatProperty: PropertyMetadataNumeric;
|
|
|
859
874
|
export declare const StationSwitchModeWithAccessCodeProperty: PropertyMetadataBoolean;
|
|
860
875
|
export declare const StationAutoEndAlarmProperty: PropertyMetadataBoolean;
|
|
861
876
|
export declare const StationTurnOffAlarmWithButtonProperty: PropertyMetadataBoolean;
|
|
877
|
+
export declare const StationAlarmProperty: PropertyMetadataBoolean;
|
|
878
|
+
export declare const StationAlarmTypeProperty: PropertyMetadataNumeric;
|
|
879
|
+
export declare const StationAlarmArmedProperty: PropertyMetadataBoolean;
|
|
880
|
+
export declare const StationAlarmArmDelayProperty: PropertyMetadataNumeric;
|
|
881
|
+
export declare const StationAlarmDelayProperty: PropertyMetadataNumeric;
|
|
882
|
+
export declare const StationAlarmDelayTypeProperty: PropertyMetadataNumeric;
|
|
862
883
|
export declare const StationProperties: Properties;
|
|
863
884
|
export declare enum CommandName {
|
|
864
885
|
DeviceStartLivestream = "deviceStartLivestream",
|
package/build/http/types.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.StationCommands = exports.DeviceCommands = exports.CommandName = exports.StationProperties = exports.StationTurnOffAlarmWithButtonProperty = exports.StationAutoEndAlarmProperty = exports.StationSwitchModeWithAccessCodeProperty = exports.StationTimeFormatProperty = exports.StationNotificationStartAlarmDelayProperty = exports.StationNotificationSwitchModeKeypadProperty = exports.StationNotificationSwitchModeAppProperty = exports.StationNotificationSwitchModeGeofenceProperty = exports.StationNotificationSwitchModeScheduleProperty = exports.StationAlarmToneProperty = exports.StationPromptVolumeProperty = exports.StationAlarmVolumeProperty = exports.StationMacAddressProperty = exports.StationLanIpAddressStandaloneProperty = exports.StationLanIpAddressProperty = exports.StationCurrentModeKeyPadProperty = exports.StationCurrentModeProperty = exports.StationGuardModeKeyPadProperty = exports.StationGuardModeProperty = exports.BaseStationProperties = exports.StationSerialNumberProperty = exports.StationModelProperty = exports.StationNameProperty = exports.DeviceProperties = exports.FloodlightT8420XDeviceProperties = exports.DeviceDetectionStatisticsRecordedEventsProperty = exports.DeviceDetectionStatisticsDetectedEventsProperty = exports.DeviceDetectionStatisticsWorkingDaysProperty = exports.DeviceDogPoopDetectedProperty = exports.DeviceDogLickDetectedProperty = exports.DeviceDogDetectedProperty = exports.DeviceVehicleDetectedProperty = exports.DeviceStrangerPersonDetectedProperty = exports.DeviceIdentityPersonDetectedProperty = exports.DevicePersonNameProperty = void 0;
|
|
3
|
+
exports.DeviceWifiRSSIKeypadProperty = exports.DeviceWifiRSSIEntrySensorProperty = exports.DeviceWifiRSSILockProperty = exports.DeviceWifiSignalLevelProperty = exports.DeviceWifiRSSIProperty = exports.DeviceNightvisionProperty = exports.DeviceAutoNightvisionWiredDoorbellProperty = exports.DeviceAutoNightvisionProperty = exports.DeviceAntitheftDetectionProperty = exports.DeviceBatteryIsChargingKeypadProperty = exports.DeviceBatteryTempProperty = exports.DeviceBatteryLowSensorProperty = exports.DeviceBatteryLowKeypadProperty = exports.DeviceBatteryLowMotionSensorProperty = exports.DeviceBatteryLockProperty = exports.DeviceBatteryProperty = exports.GenericDeviceProperties = exports.BaseDeviceProperties = exports.GenericTypeProperty = exports.GenericSWVersionProperty = exports.GenericHWVersionProperty = exports.DeviceSerialNumberProperty = exports.DeviceModelProperty = exports.DeviceNameProperty = exports.PropertyName = exports.DeviceEvent = exports.IndoorMiniDetectionTypes = exports.IndoorDetectionTypes = exports.HB3DetectionTypes = exports.UserPasswordType = exports.UserType = exports.DualCamStreamMode = exports.VideoTypeStoreToNAS = exports.MotionDetectionMode = exports.WifiSignalLevel = exports.TimeFormat = exports.GuardModeSecuritySettingsAction = exports.NotificationSwitchMode = exports.AlarmTone = exports.NotificationType = exports.FloodlightMotionTriggeredDistance = exports.PublicKeyType = exports.PowerSource = exports.StorageType = exports.VerfyCodeTypes = exports.ResponseErrorCode = exports.GuardMode = exports.AlarmMode = exports.ParamType = exports.DeviceType = void 0;
|
|
4
|
+
exports.DeviceMotionDetectionTypeIndoorProperty = exports.DeviceMotionDetectionTypeFloodlightProperty = exports.DeviceMotionDetectionTypeFloodlightT8423Property = exports.DeviceMotionDetectionCamera1Property = exports.DeviceMotionDetectionTypeProperty = exports.DeviceMotionHB3DetectionTypeAllOhterMotionsProperty = exports.DeviceMotionHB3DetectionTypeVehicleProperty = exports.DeviceMotionHB3DetectionTypePetProperty = exports.DeviceMotionHB3DetectionTypeHumanRecognitionProperty = exports.DeviceMotionHB3DetectionTypeHumanProperty = exports.DevicePictureUrlProperty = exports.DeviceAdvancedLockStatusProperty = exports.DeviceBasicLockStatusProperty = exports.DeviceMotionSensorPIREventProperty = exports.DeviceSensorChangeTimeProperty = exports.DeviceSensorOpenProperty = exports.DeviceRingingProperty = exports.DeviceCryingDetectedProperty = exports.DeviceSoundDetectedProperty = exports.DevicePetDetectedProperty = exports.DevicePersonDetectedProperty = exports.DeviceMotionDetectedProperty = exports.DeviceLockedSmartSafeProperty = exports.DeviceLockedProperty = exports.DeviceBatteryUsageLastWeekProperty = exports.DeviceLastChargingFalseEventsProperty = exports.DeviceLastChargingRecordedEventsProperty = exports.DeviceLastChargingTotalEventsProperty = exports.DeviceLastChargingDaysProperty = exports.DeviceStateLockProperty = exports.DeviceStateProperty = exports.DeviceWatermarkBatteryDoorbellCamera1Property = exports.DeviceWatermarkSoloWiredDoorbellProperty = exports.DeviceWatermarkIndoorFloodProperty = exports.DeviceWatermarkProperty = exports.DeviceRTSPStreamUrlProperty = exports.DeviceRTSPStreamProperty = exports.DevicePetDetectionProperty = exports.DeviceSoundDetectionProperty = exports.DeviceMotionDetectionDoorbellProperty = exports.DeviceMotionDetectionIndoorSoloFloodProperty = exports.DeviceMotionDetectionProperty = exports.DeviceStatusLedDoorbellProperty = exports.DeviceStatusLedBatteryDoorbellProperty = exports.DeviceStatusLedIndoorFloodProperty = exports.DeviceStatusLedProperty = exports.DeviceEnabledSoloProperty = exports.DeviceEnabledStandaloneProperty = exports.DeviceEnabledProperty = exports.DeviceWifiRSSISmartSafeProperty = void 0;
|
|
5
|
+
exports.DeviceVideoStreamingQualitySoloProperty = exports.DeviceVideoStreamingQualityCameraProperty = exports.DeviceVideoStreamingQualityBatteryDoorbellProperty = exports.DeviceVideoStreamingQualityProperty = exports.DeviceRecordingEndClipMotionStopsProperty = exports.DeviceRecordingRetriggerIntervalFloodlightProperty = exports.DeviceRecordingRetriggerIntervalBatteryDoorbellProperty = exports.DeviceRecordingRetriggerIntervalProperty = exports.DeviceRecordingClipLengthFloodlightProperty = exports.DeviceRecordingClipLengthProperty = exports.DeviceChargingStatusProperty = exports.DevicePowerWorkingModeBatteryDoorbellProperty = exports.DevicePowerWorkingModeProperty = exports.DevicePowerSourceProperty = exports.DeviceRingtoneVolumeWiredDoorbellProperty = exports.DeviceRingtoneVolumeBatteryDoorbellProperty = exports.DeviceSpeakerVolumeFloodlightT8420Property = exports.DeviceSpeakerVolumeWiredDoorbellProperty = exports.DeviceSpeakerVolumeIndoorFloodDoorbellProperty = exports.DeviceSpeakerVolumeCamera3Property = exports.DeviceSpeakerVolumeSoloProperty = exports.DeviceSpeakerVolumeProperty = exports.DeviceMotionTrackingProperty = exports.DeviceAudioRecordingFloodlightT8420Property = exports.DeviceAudioRecordingWiredDoorbellProperty = exports.DeviceAudioRecordingIndoorSoloFloodlightProperty = exports.DeviceAudioRecordingProperty = exports.DeviceSpeakerProperty = exports.DeviceMicrophoneProperty = exports.DeviceFloodlightLightSettingsMotionTriggeredTimerProperty = exports.DeviceFloodlightLightSettingsMotionTriggeredDistanceProperty = exports.DeviceFloodlightLightSettingsMotionTriggeredProperty = exports.DeviceFloodlightLightSettingsBrightnessScheduleProperty = exports.DeviceFloodlightLightSettingsBrightnessMotionProperty = exports.DeviceCameraLightSettingsBrightnessManualProperty = exports.DeviceLightSettingsBrightnessManualCamera3Property = exports.DeviceFloodlightLightSettingsBrightnessManualProperty = exports.DeviceFloodlightLightSettingsEnableProperty = exports.DeviceFloodlightLightProperty = exports.DeviceMotionZoneProperty = exports.DeviceHiddenMotionDetectionModeWiredDoorbellProperty = exports.DeviceHiddenMotionDetectionSensitivityWiredDoorbellProperty = exports.DeviceMotionDetectionSensitivityFloodlightT8420Property = exports.DeviceMotionDetectionSensitivitySoloProperty = exports.DeviceMotionDetectionSensitivityWiredDoorbellProperty = exports.DeviceMotionDetectionSensitivityBatteryDoorbellProperty = exports.DeviceMotionDetectionSensitivityIndoorProperty = exports.DeviceMotionDetectionSensitivityCamera1Property = exports.DeviceMotionDetectionSensitivityCamera2Property = exports.DeviceMotionDetectionTypeIndoorMiniProperty = void 0;
|
|
6
|
+
exports.DeviceVideoColorNightvisionProperty = exports.DeviceVideoNightvisionImageAdjustmentProperty = exports.DeviceLightSettingsMotionActivationModeProperty = exports.DeviceLightSettingsColorTemperatureScheduleProperty = exports.DeviceLightSettingsColorTemperatureMotionProperty = exports.DeviceLightSettingsColorTemperatureManualProperty = exports.DeviceMotionOutOfViewDetectionProperty = exports.DeviceMotionAutoCruiseProperty = exports.DeviceMotionTrackingSensitivityProperty = exports.DeviceMotionDetectionTestModeProperty = exports.DeviceMotionDetectionRangeAdvancedRightSensitivityProperty = exports.DeviceMotionDetectionRangeAdvancedMiddleSensitivityProperty = exports.DeviceMotionDetectionRangeAdvancedLeftSensitivityProperty = exports.DeviceMotionDetectionRangeStandardSensitivityProperty = exports.DeviceMotionDetectionRangeProperty = exports.DeviceVideoRingRecordWiredDoorbellProperty = exports.DeviceVideoDistortionCorrectionWiredDoorbellProperty = exports.DeviceVideoHDRWiredDoorbellProperty = exports.DeviceChirpToneEntrySensorProperty = exports.DeviceChirpVolumeEntrySensorProperty = exports.DeviceNotificationMotionWiredDoorbellProperty = exports.DeviceNotificationRadarDetectorProperty = exports.DeviceNotificationMotionProperty = exports.DeviceNotificationRingWiredDoorbellProperty = exports.DeviceNotificationRingProperty = exports.DeviceNotificationCryingProperty = exports.DeviceNotificationAllSoundProperty = exports.DeviceNotificationAllOtherMotionProperty = exports.DeviceNotificationPetProperty = exports.DeviceNotificationPersonProperty = exports.DeviceSoundDetectionSensitivityProperty = exports.DeviceSoundDetectionTypeProperty = exports.DeviceImageMirroredProperty = exports.DeviceRotationSpeedProperty = exports.DeviceNotificationTypeWiredDoorbellProperty = exports.DeviceNotificationTypeBatteryDoorbellProperty = exports.DeviceNotificationTypeIndoorFloodlightProperty = exports.DeviceNotificationTypeProperty = exports.DeviceChimeHomebaseRingtoneTypeBatteryDoorbellProperty = exports.DeviceChimeHomebaseRingtoneVolumeBatteryDoorbellProperty = exports.DeviceChimeHomebaseBatteryDoorbellProperty = exports.DeviceChimeIndoorWiredDoorbellProperty = exports.DeviceChimeIndoorBatteryDoorbellProperty = exports.DeviceWDRProperty = exports.DeviceVideoRecordingQualityCamera3Property = exports.DeviceVideoRecordingQualityCamera2CProProperty = exports.DeviceVideoRecordingQualityProperty = exports.DeviceVideoRecordingQualityWiredDoorbellProperty = exports.DeviceVideoRecordingQualityIndoorProperty = exports.DeviceVideoStreamingQualityCamera3Property = void 0;
|
|
7
|
+
exports.DeviceRingAutoResponseVoiceResponseProperty = exports.DeviceRingAutoResponseProperty = exports.DeviceDualCamWatchViewModeProperty = exports.DeviceDeliveryGuardPackageLiveCheckAssistanceProperty = exports.DeviceDeliveryGuardUncollectedPackageAlertTimeToCheckProperty = exports.DeviceDeliveryGuardUncollectedPackageAlertProperty = exports.DeviceDeliveryGuardPackageGuardingActivatedTimeToProperty = exports.DeviceDeliveryGuardPackageGuardingActivatedTimeFromProperty = exports.DeviceDeliveryGuardPackageGuardingVoiceResponseVoiceProperty = exports.DeviceDeliveryGuardPackageGuardingProperty = exports.DeviceDeliveryGuardProperty = exports.DeviceLoiteringCustomResponseTimeToProperty = exports.DeviceLoiteringCustomResponseTimeFromProperty = exports.DeviceLoiteringCustomResponseHomeBaseNotificationProperty = exports.DeviceLoiteringCustomResponseAutoVoiceResponseVoiceProperty = exports.DeviceLoiteringCustomResponseAutoVoiceResponseProperty = exports.DeviceLoiteringCustomResponsePhoneNotificationProperty = exports.DeviceMotionDetectionSensitivityAdvancedHProperty = exports.DeviceMotionDetectionSensitivityAdvancedGProperty = exports.DeviceMotionDetectionSensitivityAdvancedFProperty = exports.DeviceMotionDetectionSensitivityAdvancedEProperty = exports.DeviceMotionDetectionSensitivityAdvancedDProperty = exports.DeviceMotionDetectionSensitivityAdvancedCProperty = exports.DeviceMotionDetectionSensitivityAdvancedBProperty = exports.DeviceMotionDetectionSensitivityAdvancedAProperty = exports.DeviceMotionDetectionSensitivityStandardProperty = exports.DeviceMotionDetectionSensitivityModeProperty = exports.DeviceLoiteringDetectionLengthProperty = exports.DeviceLoiteringDetectionRangeProperty = exports.DeviceLoiteringDetectionProperty = exports.DeviceNotificationLockedProperty = exports.DeviceNotificationUnlockedProperty = exports.DeviceNotificationProperty = exports.DeviceSoundSimpleProperty = exports.DeviceSoundProperty = exports.DeviceScramblePasscodeSmartSafeProperty = exports.DeviceScramblePasscodeProperty = exports.DeviceWrongTryAttemptsSmartSafeProperty = exports.DeviceWrongTryAttemptsProperty = exports.DeviceWrongTryLockdownTimeSmartSafeProperty = exports.DeviceWrongTryLockdownTimeProperty = exports.DeviceWrongTryProtectionSmartSafeProperty = exports.DeviceWrongTryProtectionProperty = exports.DeviceOneTouchLockingProperty = exports.DeviceAutoLockScheduleEndTimeProperty = exports.DeviceAutoLockScheduleStartTimeProperty = exports.DeviceAutoLockScheduleProperty = exports.DeviceAutoLockTimerProperty = exports.DeviceAutoLockProperty = exports.DeviceAutoCalibrationProperty = void 0;
|
|
8
|
+
exports.DeviceSnoozeTimeProperty = exports.DeviceSnoozeProperty = exports.DeviceVideoTypeStoreToNASProperty = exports.DeviceWrongTryProtectAlertProperty = exports.DeviceLongTimeNotCloseAlertProperty = exports.DeviceLowBatteryAlertProperty = exports.DeviceShakeAlertEventProperty = exports.DeviceShakeAlertProperty = exports.Device911AlertEventProperty = exports.Device911AlertProperty = exports.DeviceJammedAlertProperty = exports.DeviceNotificationJammedProperty = exports.DeviceNotificationWrongTryProtectProperty = exports.DeviceNotificationDualLockProperty = exports.DeviceNotificationDualUnlockProperty = exports.DeviceNotificationUnlockByAppProperty = exports.DeviceNotificationUnlockByFingerprintProperty = exports.DeviceNotificationUnlockByPINProperty = exports.DeviceNotificationUnlockByKeyProperty = exports.DeviceAlarmVolumeProperty = exports.DevicePromptVolumeProperty = exports.DeviceRemoteUnlockMasterPINProperty = exports.DeviceRemoteUnlockProperty = exports.DeviceTamperAlarmProperty = exports.DeviceInteriorBrightnessDurationProperty = exports.DeviceInteriorBrightnessProperty = exports.DevicePowerSaveProperty = exports.DeviceDualUnlockProperty = exports.DeviceLeftOpenAlarmDurationProperty = exports.DeviceLeftOpenAlarmProperty = exports.DeviceRadarMotionDetectedProperty = exports.DeviceSomeoneLoiteringProperty = exports.DevicePackageTakenProperty = exports.DevicePackageStrandedProperty = exports.DevicePackageDeliveredProperty = exports.StationOffSecuritySettings = exports.StationCustom3SecuritySettings = exports.StationCustom2SecuritySettings = exports.StationCustom1SecuritySettings = exports.StationAwaySecuritySettings = exports.StationHomeSecuritySettings = exports.DeviceSoundDetectionRoundLookProperty = exports.DeviceNotificationIntervalTimeProperty = exports.DeviceDefaultAngleIdleTimeProperty = exports.DeviceDefaultAngleProperty = exports.DeviceContinuousRecordingTypeProperty = exports.DeviceContinuousRecordingProperty = exports.DeviceRingAutoResponseTimeToProperty = exports.DeviceRingAutoResponseTimeFromProperty = exports.DeviceRingAutoResponseVoiceResponseVoiceProperty = void 0;
|
|
9
|
+
exports.StationCommands = exports.DeviceCommands = exports.CommandName = exports.StationProperties = exports.StationAlarmDelayTypeProperty = exports.StationAlarmDelayProperty = exports.StationAlarmArmDelayProperty = exports.StationAlarmArmedProperty = exports.StationAlarmTypeProperty = exports.StationAlarmProperty = exports.StationTurnOffAlarmWithButtonProperty = exports.StationAutoEndAlarmProperty = exports.StationSwitchModeWithAccessCodeProperty = exports.StationTimeFormatProperty = exports.StationNotificationStartAlarmDelayProperty = exports.StationNotificationSwitchModeKeypadProperty = exports.StationNotificationSwitchModeAppProperty = exports.StationNotificationSwitchModeGeofenceProperty = exports.StationNotificationSwitchModeScheduleProperty = exports.StationAlarmToneProperty = exports.StationPromptVolumeProperty = exports.StationAlarmVolumeProperty = exports.StationMacAddressProperty = exports.StationLanIpAddressStandaloneProperty = exports.StationLanIpAddressProperty = exports.StationCurrentModeKeyPadProperty = exports.StationCurrentModeProperty = exports.StationGuardModeKeyPadProperty = exports.StationGuardModeProperty = exports.BaseStationProperties = exports.StationSerialNumberProperty = exports.StationModelProperty = exports.StationNameProperty = exports.DeviceProperties = exports.FloodlightT8420XDeviceProperties = exports.DeviceDetectionStatisticsRecordedEventsProperty = exports.DeviceDetectionStatisticsDetectedEventsProperty = exports.DeviceDetectionStatisticsWorkingDaysProperty = exports.DeviceDogPoopDetectedProperty = exports.DeviceDogLickDetectedProperty = exports.DeviceDogDetectedProperty = exports.DeviceVehicleDetectedProperty = exports.DeviceStrangerPersonDetectedProperty = exports.DeviceIdentityPersonDetectedProperty = exports.DevicePersonNameProperty = exports.DeviceHiddenSnoozeStartTimeProperty = void 0;
|
|
10
10
|
const types_1 = require("../p2p/types");
|
|
11
11
|
var DeviceType;
|
|
12
12
|
(function (DeviceType) {
|
|
@@ -247,6 +247,16 @@ var NotificationSwitchMode;
|
|
|
247
247
|
NotificationSwitchMode[NotificationSwitchMode["SCHEDULE"] = 64] = "SCHEDULE";
|
|
248
248
|
NotificationSwitchMode[NotificationSwitchMode["KEYPAD"] = 128] = "KEYPAD";
|
|
249
249
|
})(NotificationSwitchMode = exports.NotificationSwitchMode || (exports.NotificationSwitchMode = {}));
|
|
250
|
+
var GuardModeSecuritySettingsAction;
|
|
251
|
+
(function (GuardModeSecuritySettingsAction) {
|
|
252
|
+
GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["VIDEO_RECORDING"] = 1] = "VIDEO_RECORDING";
|
|
253
|
+
GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["CAMERA_ALARM"] = 2] = "CAMERA_ALARM";
|
|
254
|
+
GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["HOMEBASE_ALARM"] = 4] = "HOMEBASE_ALARM";
|
|
255
|
+
GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["NOTIFICATON"] = 8] = "NOTIFICATON";
|
|
256
|
+
GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["PRIVACY"] = 16] = "PRIVACY";
|
|
257
|
+
GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["LIGHT_ALARM"] = 32] = "LIGHT_ALARM";
|
|
258
|
+
GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["PROFESSIONAL_SECURITY"] = 64] = "PROFESSIONAL_SECURITY";
|
|
259
|
+
})(GuardModeSecuritySettingsAction = exports.GuardModeSecuritySettingsAction || (exports.GuardModeSecuritySettingsAction = {}));
|
|
250
260
|
var TimeFormat;
|
|
251
261
|
(function (TimeFormat) {
|
|
252
262
|
TimeFormat[TimeFormat["FORMAT_12H"] = 0] = "FORMAT_12H";
|
|
@@ -583,6 +593,12 @@ var PropertyName;
|
|
|
583
593
|
PropertyName["StationCustom2SecuritySettings"] = "stationCustom2SecuritySettings";
|
|
584
594
|
PropertyName["StationCustom3SecuritySettings"] = "stationCustom3SecuritySettings";
|
|
585
595
|
PropertyName["StationOffSecuritySettings"] = "stationOffSecuritySettings";
|
|
596
|
+
PropertyName["StationAlarm"] = "alarm";
|
|
597
|
+
PropertyName["StationAlarmType"] = "alarmType";
|
|
598
|
+
PropertyName["StationAlarmArmed"] = "alarmArmed";
|
|
599
|
+
PropertyName["StationAlarmArmDelay"] = "alarmArmDelay";
|
|
600
|
+
PropertyName["StationAlarmDelay"] = "alarmDelay";
|
|
601
|
+
PropertyName["StationAlarmDelayType"] = "alarmDelayType";
|
|
586
602
|
})(PropertyName = exports.PropertyName || (exports.PropertyName = {}));
|
|
587
603
|
exports.DeviceNameProperty = {
|
|
588
604
|
key: "device_name",
|
|
@@ -4930,6 +4946,96 @@ exports.StationTurnOffAlarmWithButtonProperty = {
|
|
|
4930
4946
|
writeable: true,
|
|
4931
4947
|
type: "boolean",
|
|
4932
4948
|
};
|
|
4949
|
+
exports.StationAlarmProperty = {
|
|
4950
|
+
key: "custom_alarm",
|
|
4951
|
+
name: PropertyName.StationAlarm,
|
|
4952
|
+
label: "Alarm",
|
|
4953
|
+
readable: true,
|
|
4954
|
+
writeable: false,
|
|
4955
|
+
type: "boolean",
|
|
4956
|
+
default: false,
|
|
4957
|
+
};
|
|
4958
|
+
exports.StationAlarmTypeProperty = {
|
|
4959
|
+
key: "custom_alarmType",
|
|
4960
|
+
name: PropertyName.StationAlarmType,
|
|
4961
|
+
label: "Alarm Type",
|
|
4962
|
+
readable: true,
|
|
4963
|
+
writeable: true,
|
|
4964
|
+
type: "number",
|
|
4965
|
+
states: {
|
|
4966
|
+
0: "None",
|
|
4967
|
+
2: "Theft",
|
|
4968
|
+
3: "Motion",
|
|
4969
|
+
4: "Manual",
|
|
4970
|
+
5: "Overheating",
|
|
4971
|
+
6: "Door",
|
|
4972
|
+
7: "Camera Motion",
|
|
4973
|
+
8: "Motion Sensor",
|
|
4974
|
+
9: "Camera Theft",
|
|
4975
|
+
10: "Camera Manual",
|
|
4976
|
+
11: "Camera Linkage",
|
|
4977
|
+
13: "Keypad",
|
|
4978
|
+
/*22: "App Light",
|
|
4979
|
+
23: "App Light Sound",
|
|
4980
|
+
24: "Motion App Light",
|
|
4981
|
+
25: "Motion App Light Alarm",*/
|
|
4982
|
+
},
|
|
4983
|
+
default: 0,
|
|
4984
|
+
};
|
|
4985
|
+
exports.StationAlarmArmedProperty = {
|
|
4986
|
+
key: "custom_alarmArmed",
|
|
4987
|
+
name: PropertyName.StationAlarmArmed,
|
|
4988
|
+
label: "Alarm Armed",
|
|
4989
|
+
readable: true,
|
|
4990
|
+
writeable: false,
|
|
4991
|
+
type: "boolean",
|
|
4992
|
+
default: false,
|
|
4993
|
+
};
|
|
4994
|
+
exports.StationAlarmArmDelayProperty = {
|
|
4995
|
+
key: "custom_alarmArmDelay",
|
|
4996
|
+
name: PropertyName.StationAlarmArmDelay,
|
|
4997
|
+
label: "Alarm Arm Delay",
|
|
4998
|
+
readable: true,
|
|
4999
|
+
writeable: true,
|
|
5000
|
+
type: "number",
|
|
5001
|
+
default: 0,
|
|
5002
|
+
};
|
|
5003
|
+
exports.StationAlarmDelayProperty = {
|
|
5004
|
+
key: "custom_alarmDelay",
|
|
5005
|
+
name: PropertyName.StationAlarmDelay,
|
|
5006
|
+
label: "Alarm Delay",
|
|
5007
|
+
readable: true,
|
|
5008
|
+
writeable: true,
|
|
5009
|
+
type: "number",
|
|
5010
|
+
default: 0,
|
|
5011
|
+
};
|
|
5012
|
+
exports.StationAlarmDelayTypeProperty = {
|
|
5013
|
+
key: "custom_alarmDelayType",
|
|
5014
|
+
name: PropertyName.StationAlarmDelayType,
|
|
5015
|
+
label: "Alarm Delay Type",
|
|
5016
|
+
readable: true,
|
|
5017
|
+
writeable: true,
|
|
5018
|
+
type: "number",
|
|
5019
|
+
states: {
|
|
5020
|
+
0: "None",
|
|
5021
|
+
2: "Theft",
|
|
5022
|
+
3: "Motion",
|
|
5023
|
+
4: "Manual",
|
|
5024
|
+
5: "Overheating",
|
|
5025
|
+
6: "Door",
|
|
5026
|
+
7: "Camera Motion",
|
|
5027
|
+
8: "Motion Sensor",
|
|
5028
|
+
9: "Camera Theft",
|
|
5029
|
+
10: "Camera Manual",
|
|
5030
|
+
11: "Camera Linkage",
|
|
5031
|
+
13: "Keypad",
|
|
5032
|
+
/*22: "App Light",
|
|
5033
|
+
23: "App Light Sound",
|
|
5034
|
+
24: "Motion App Light",
|
|
5035
|
+
25: "Motion App Light Alarm",*/
|
|
5036
|
+
},
|
|
5037
|
+
default: 0,
|
|
5038
|
+
};
|
|
4933
5039
|
exports.StationProperties = {
|
|
4934
5040
|
[DeviceType.STATION]: {
|
|
4935
5041
|
...exports.BaseStationProperties,
|
|
@@ -4952,6 +5058,12 @@ exports.StationProperties = {
|
|
|
4952
5058
|
[PropertyName.StationCustom2SecuritySettings]: exports.StationCustom2SecuritySettings,
|
|
4953
5059
|
[PropertyName.StationCustom3SecuritySettings]: exports.StationCustom3SecuritySettings,
|
|
4954
5060
|
[PropertyName.StationOffSecuritySettings]: exports.StationOffSecuritySettings,
|
|
5061
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5062
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5063
|
+
[PropertyName.StationAlarmArmed]: exports.StationAlarmArmedProperty,
|
|
5064
|
+
[PropertyName.StationAlarmArmDelay]: exports.StationAlarmArmDelayProperty,
|
|
5065
|
+
[PropertyName.StationAlarmDelay]: exports.StationAlarmDelayProperty,
|
|
5066
|
+
[PropertyName.StationAlarmDelayType]: exports.StationAlarmDelayTypeProperty,
|
|
4955
5067
|
},
|
|
4956
5068
|
[DeviceType.HB3]: {
|
|
4957
5069
|
...exports.BaseStationProperties,
|
|
@@ -4974,6 +5086,12 @@ exports.StationProperties = {
|
|
|
4974
5086
|
[PropertyName.StationCustom2SecuritySettings]: exports.StationCustom2SecuritySettings,
|
|
4975
5087
|
[PropertyName.StationCustom3SecuritySettings]: exports.StationCustom3SecuritySettings,
|
|
4976
5088
|
[PropertyName.StationOffSecuritySettings]: exports.StationOffSecuritySettings,
|
|
5089
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5090
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5091
|
+
[PropertyName.StationAlarmArmed]: exports.StationAlarmArmedProperty,
|
|
5092
|
+
[PropertyName.StationAlarmArmDelay]: exports.StationAlarmArmDelayProperty,
|
|
5093
|
+
[PropertyName.StationAlarmDelay]: exports.StationAlarmDelayProperty,
|
|
5094
|
+
[PropertyName.StationAlarmDelayType]: exports.StationAlarmDelayTypeProperty,
|
|
4977
5095
|
},
|
|
4978
5096
|
[DeviceType.INDOOR_CAMERA]: {
|
|
4979
5097
|
...exports.BaseStationProperties,
|
|
@@ -4982,6 +5100,8 @@ exports.StationProperties = {
|
|
|
4982
5100
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
4983
5101
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
4984
5102
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5103
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5104
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
4985
5105
|
},
|
|
4986
5106
|
[DeviceType.INDOOR_CAMERA_1080]: {
|
|
4987
5107
|
...exports.BaseStationProperties,
|
|
@@ -4990,6 +5110,8 @@ exports.StationProperties = {
|
|
|
4990
5110
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
4991
5111
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
4992
5112
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5113
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5114
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
4993
5115
|
},
|
|
4994
5116
|
[DeviceType.INDOOR_PT_CAMERA]: {
|
|
4995
5117
|
...exports.BaseStationProperties,
|
|
@@ -4998,6 +5120,8 @@ exports.StationProperties = {
|
|
|
4998
5120
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
4999
5121
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5000
5122
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5123
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5124
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5001
5125
|
},
|
|
5002
5126
|
[DeviceType.INDOOR_COST_DOWN_CAMERA]: {
|
|
5003
5127
|
...exports.BaseStationProperties,
|
|
@@ -5006,6 +5130,8 @@ exports.StationProperties = {
|
|
|
5006
5130
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5007
5131
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5008
5132
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5133
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5134
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5009
5135
|
},
|
|
5010
5136
|
[DeviceType.INDOOR_PT_CAMERA_1080]: {
|
|
5011
5137
|
...exports.BaseStationProperties,
|
|
@@ -5014,6 +5140,8 @@ exports.StationProperties = {
|
|
|
5014
5140
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5015
5141
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5016
5142
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5143
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5144
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5017
5145
|
},
|
|
5018
5146
|
[DeviceType.INDOOR_OUTDOOR_CAMERA_1080P]: {
|
|
5019
5147
|
...exports.BaseStationProperties,
|
|
@@ -5022,6 +5150,8 @@ exports.StationProperties = {
|
|
|
5022
5150
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5023
5151
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5024
5152
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5153
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5154
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5025
5155
|
},
|
|
5026
5156
|
[DeviceType.INDOOR_OUTDOOR_CAMERA_1080P_NO_LIGHT]: {
|
|
5027
5157
|
...exports.BaseStationProperties,
|
|
@@ -5030,6 +5160,8 @@ exports.StationProperties = {
|
|
|
5030
5160
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5031
5161
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5032
5162
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5163
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5164
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5033
5165
|
},
|
|
5034
5166
|
[DeviceType.INDOOR_OUTDOOR_CAMERA_2K]: {
|
|
5035
5167
|
...exports.BaseStationProperties,
|
|
@@ -5038,6 +5170,8 @@ exports.StationProperties = {
|
|
|
5038
5170
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5039
5171
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5040
5172
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5173
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5174
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5041
5175
|
},
|
|
5042
5176
|
[DeviceType.DOORBELL]: {
|
|
5043
5177
|
...exports.BaseStationProperties,
|
|
@@ -5062,6 +5196,8 @@ exports.StationProperties = {
|
|
|
5062
5196
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5063
5197
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5064
5198
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5199
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5200
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5065
5201
|
},
|
|
5066
5202
|
[DeviceType.SOLO_CAMERA_PRO]: {
|
|
5067
5203
|
...exports.BaseStationProperties,
|
|
@@ -5070,6 +5206,8 @@ exports.StationProperties = {
|
|
|
5070
5206
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5071
5207
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5072
5208
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5209
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5210
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5073
5211
|
},
|
|
5074
5212
|
[DeviceType.SOLO_CAMERA_SPOTLIGHT_1080]: {
|
|
5075
5213
|
...exports.BaseStationProperties,
|
|
@@ -5078,6 +5216,8 @@ exports.StationProperties = {
|
|
|
5078
5216
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5079
5217
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5080
5218
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5219
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5220
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5081
5221
|
},
|
|
5082
5222
|
[DeviceType.SOLO_CAMERA_SPOTLIGHT_2K]: {
|
|
5083
5223
|
...exports.BaseStationProperties,
|
|
@@ -5086,6 +5226,8 @@ exports.StationProperties = {
|
|
|
5086
5226
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5087
5227
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5088
5228
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5229
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5230
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5089
5231
|
},
|
|
5090
5232
|
[DeviceType.SOLO_CAMERA_SPOTLIGHT_SOLAR]: {
|
|
5091
5233
|
...exports.BaseStationProperties,
|
|
@@ -5094,6 +5236,8 @@ exports.StationProperties = {
|
|
|
5094
5236
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5095
5237
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5096
5238
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5239
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5240
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5097
5241
|
},
|
|
5098
5242
|
[DeviceType.FLOODLIGHT]: {
|
|
5099
5243
|
...exports.BaseStationProperties,
|
|
@@ -5102,6 +5246,8 @@ exports.StationProperties = {
|
|
|
5102
5246
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5103
5247
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5104
5248
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5249
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5250
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5105
5251
|
},
|
|
5106
5252
|
[DeviceType.FLOODLIGHT_CAMERA_8422]: {
|
|
5107
5253
|
...exports.BaseStationProperties,
|
|
@@ -5110,6 +5256,8 @@ exports.StationProperties = {
|
|
|
5110
5256
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5111
5257
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5112
5258
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5259
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5260
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5113
5261
|
},
|
|
5114
5262
|
[DeviceType.FLOODLIGHT_CAMERA_8423]: {
|
|
5115
5263
|
...exports.BaseStationProperties,
|
|
@@ -5118,6 +5266,8 @@ exports.StationProperties = {
|
|
|
5118
5266
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5119
5267
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5120
5268
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5269
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5270
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5121
5271
|
},
|
|
5122
5272
|
[DeviceType.FLOODLIGHT_CAMERA_8424]: {
|
|
5123
5273
|
...exports.BaseStationProperties,
|
|
@@ -5126,6 +5276,8 @@ exports.StationProperties = {
|
|
|
5126
5276
|
[PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
|
|
5127
5277
|
[PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
|
|
5128
5278
|
[PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
|
|
5279
|
+
[PropertyName.StationAlarm]: exports.StationAlarmProperty,
|
|
5280
|
+
[PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
|
|
5129
5281
|
},
|
|
5130
5282
|
[DeviceType.LOCK_WIFI]: {
|
|
5131
5283
|
...exports.BaseStationProperties,
|