eufy-security-client 2.2.2 → 2.3.0

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.
Files changed (50) hide show
  1. package/README.md +26 -0
  2. package/build/eufysecurity.d.ts +6 -0
  3. package/build/eufysecurity.js +72 -6
  4. package/build/eufysecurity.js.map +1 -1
  5. package/build/http/api.js +76 -37
  6. package/build/http/api.js.map +1 -1
  7. package/build/http/const.d.ts +3 -0
  8. package/build/http/const.js +8546 -0
  9. package/build/http/const.js.map +1 -0
  10. package/build/http/device.d.ts +2 -1
  11. package/build/http/device.js +108 -43
  12. package/build/http/device.js.map +1 -1
  13. package/build/http/error.d.ts +12 -0
  14. package/build/http/error.js +33 -1
  15. package/build/http/error.js.map +1 -1
  16. package/build/http/interfaces.d.ts +8 -2
  17. package/build/http/parameter.js +6 -1
  18. package/build/http/parameter.js.map +1 -1
  19. package/build/http/station.d.ts +2 -0
  20. package/build/http/station.js +252 -10
  21. package/build/http/station.js.map +1 -1
  22. package/build/http/types.d.ts +40 -4
  23. package/build/http/types.js +319 -48
  24. package/build/http/types.js.map +1 -1
  25. package/build/http/utils.d.ts +1 -1
  26. package/build/http/utils.js +42 -3045
  27. package/build/http/utils.js.map +1 -1
  28. package/build/interfaces.d.ts +7 -0
  29. package/build/mqtt/service.js +26 -3
  30. package/build/mqtt/service.js.map +1 -1
  31. package/build/p2p/session.d.ts +3 -0
  32. package/build/p2p/session.js +54 -21
  33. package/build/p2p/session.js.map +1 -1
  34. package/build/p2p/types.d.ts +1 -0
  35. package/build/p2p/types.js +1 -0
  36. package/build/p2p/types.js.map +1 -1
  37. package/build/p2p/utils.d.ts +2 -1
  38. package/build/p2p/utils.js +47 -9
  39. package/build/p2p/utils.js.map +1 -1
  40. package/build/push/client.js +26 -3
  41. package/build/push/client.js.map +1 -1
  42. package/build/push/parser.js +24 -1
  43. package/build/push/parser.js.map +1 -1
  44. package/build/push/service.js +32 -3
  45. package/build/push/service.js.map +1 -1
  46. package/build/push/utils.js +24 -1
  47. package/build/push/utils.js.map +1 -1
  48. package/build/utils.js +24 -1
  49. package/build/utils.js.map +1 -1
  50. package/package.json +7 -6
@@ -1,12 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeviceWifiRSSISmartSafeProperty = 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.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.DeviceMotionDetectionTypeIndoorMiniProperty = 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 = void 0;
5
- exports.DeviceVideoStreamingQualityCamera3Property = 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 = void 0;
6
- exports.DeviceAutoCalibrationProperty = 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 = void 0;
7
- exports.DeviceRingAutoResponseVoiceResponseVoiceProperty = 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 = void 0;
8
- exports.DeviceHiddenSnoozeStartTimeProperty = 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 = void 0;
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.DeviceMotionDetectionTypeFloodlightT8423Property = exports.DeviceMotionDetectionCamera1Property = exports.DeviceMotionDetectionTypeT8200XProperty = 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.DeviceStatusLedT8200XProperty = exports.DeviceStatusLedDoorbellProperty = exports.DeviceStatusLedBatteryDoorbellProperty = exports.DeviceStatusLedIndoorFloodProperty = exports.DeviceStatusLedProperty = exports.DeviceEnabledSoloProperty = exports.DeviceEnabledStandaloneProperty = exports.DeviceEnabledProperty = exports.DeviceWifiRSSISmartSafeProperty = void 0;
5
+ exports.DeviceRecordingEndClipMotionStopsProperty = exports.DeviceRecordingRetriggerIntervalFloodlightProperty = exports.DeviceRecordingRetriggerIntervalBatteryDoorbellProperty = exports.DeviceRecordingRetriggerIntervalProperty = exports.DeviceRecordingClipLengthFloodlightProperty = exports.DeviceRecordingClipLengthProperty = exports.DeviceChargingStatusCamera3cProperty = exports.DeviceChargingStatusProperty = exports.DevicePowerWorkingModeBatteryDoorbellProperty = exports.DevicePowerWorkingModeProperty = exports.DevicePowerSourceProperty = exports.DeviceRingtoneVolumeT8200XProperty = 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 = exports.DeviceMotionDetectionTypeIndoorProperty = exports.DeviceMotionDetectionTypeFloodlightProperty = void 0;
6
+ 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.DeviceChimeIndoorT8200XProperty = exports.DeviceChimeIndoorWiredDoorbellProperty = exports.DeviceChimeIndoorBatteryDoorbellProperty = exports.DeviceWDRProperty = exports.DeviceVideoRecordingQualityCamera3Property = exports.DeviceVideoRecordingQualityCamera2CProProperty = exports.DeviceVideoRecordingQualityT8200XProperty = exports.DeviceVideoRecordingQualityProperty = exports.DeviceVideoRecordingQualityWiredDoorbellProperty = exports.DeviceVideoRecordingQualityIndoorProperty = exports.DeviceVideoStreamingQualityCamera3Property = exports.DeviceVideoStreamingQualitySoloProperty = exports.DeviceVideoStreamingQualityCameraProperty = exports.DeviceVideoStreamingQualityBatteryDoorbellProperty = exports.DeviceVideoStreamingQualityProperty = void 0;
7
+ 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 = exports.DeviceVideoColorNightvisionProperty = exports.DeviceVideoNightvisionImageAdjustmentProperty = exports.DeviceLightSettingsMotionActivationModeProperty = exports.DeviceLightSettingsColorTemperatureScheduleProperty = exports.DeviceLightSettingsColorTemperatureMotionProperty = exports.DeviceLightSettingsColorTemperatureManualProperty = void 0;
8
+ 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 = exports.DeviceRingAutoResponseVoiceResponseProperty = exports.DeviceRingAutoResponseProperty = exports.DeviceDualCamWatchViewModeProperty = exports.DeviceDeliveryGuardPackageLiveCheckAssistanceProperty = exports.DeviceDeliveryGuardUncollectedPackageAlertTimeToCheckProperty = exports.DeviceDeliveryGuardUncollectedPackageAlertProperty = void 0;
9
+ 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.WiredDoorbellT8200XDeviceProperties = exports.FloodlightT8420XDeviceProperties = exports.DeviceDetectionStatisticsRecordedEventsProperty = exports.DeviceDetectionStatisticsDetectedEventsProperty = exports.DeviceDetectionStatisticsWorkingDaysProperty = exports.DeviceDogPoopDetectedProperty = exports.DeviceDogLickDetectedProperty = exports.DeviceDogDetectedProperty = exports.DeviceVehicleDetectedProperty = exports.DeviceStrangerPersonDetectedProperty = exports.DeviceIdentityPersonDetectedProperty = exports.DevicePersonNameProperty = exports.DeviceSnoozeChimeProperty = exports.DeviceSnoozeMotionProperty = exports.DeviceSnoozeHomebaseProperty = exports.DeviceSnoozeStartTimeWiredDoorbellProperty = exports.DeviceSnoozeStartTimeProperty = exports.DeviceSnoozeTimeProperty = exports.DeviceSnoozeProperty = exports.DeviceVideoTypeStoreToNASProperty = exports.DeviceWrongTryProtectAlertProperty = exports.DeviceLongTimeNotCloseAlertProperty = exports.DeviceLowBatteryAlertProperty = void 0;
10
+ exports.StationCommands = exports.DeviceCommands = exports.CommandName = exports.StationProperties = exports.StationAlarmDelayTypeProperty = exports.StationAlarmDelayProperty = exports.StationAlarmArmDelayProperty = void 0;
10
11
  const types_1 = require("../p2p/types");
11
12
  var DeviceType;
12
13
  (function (DeviceType) {
@@ -247,6 +248,16 @@ var NotificationSwitchMode;
247
248
  NotificationSwitchMode[NotificationSwitchMode["SCHEDULE"] = 64] = "SCHEDULE";
248
249
  NotificationSwitchMode[NotificationSwitchMode["KEYPAD"] = 128] = "KEYPAD";
249
250
  })(NotificationSwitchMode = exports.NotificationSwitchMode || (exports.NotificationSwitchMode = {}));
251
+ var GuardModeSecuritySettingsAction;
252
+ (function (GuardModeSecuritySettingsAction) {
253
+ GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["VIDEO_RECORDING"] = 1] = "VIDEO_RECORDING";
254
+ GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["CAMERA_ALARM"] = 2] = "CAMERA_ALARM";
255
+ GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["HOMEBASE_ALARM"] = 4] = "HOMEBASE_ALARM";
256
+ GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["NOTIFICATON"] = 8] = "NOTIFICATON";
257
+ GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["PRIVACY"] = 16] = "PRIVACY";
258
+ GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["LIGHT_ALARM"] = 32] = "LIGHT_ALARM";
259
+ GuardModeSecuritySettingsAction[GuardModeSecuritySettingsAction["PROFESSIONAL_SECURITY"] = 64] = "PROFESSIONAL_SECURITY";
260
+ })(GuardModeSecuritySettingsAction = exports.GuardModeSecuritySettingsAction || (exports.GuardModeSecuritySettingsAction = {}));
250
261
  var TimeFormat;
251
262
  (function (TimeFormat) {
252
263
  TimeFormat[TimeFormat["FORMAT_12H"] = 0] = "FORMAT_12H";
@@ -548,6 +559,10 @@ var PropertyName;
548
559
  PropertyName["DeviceVideoTypeStoreToNAS"] = "videoTypeStoreToNAS";
549
560
  PropertyName["DeviceSnooze"] = "snooze";
550
561
  PropertyName["DeviceSnoozeTime"] = "snoozeTime";
562
+ PropertyName["DeviceSnoozeStartTime"] = "snoozeStartTime";
563
+ PropertyName["DeviceSnoozeHomebase"] = "snoozeHomebase";
564
+ PropertyName["DeviceSnoozeMotion"] = "snoozeMotion";
565
+ PropertyName["DeviceSnoozeChime"] = "snoozeStartChime";
551
566
  PropertyName["DeviceIdentityPersonDetected"] = "identityPersonDetected";
552
567
  PropertyName["DeviceStrangerPersonDetected"] = "strangerPersonDetected";
553
568
  PropertyName["DeviceVehicleDetected"] = "vehicleDetected";
@@ -559,7 +574,6 @@ var PropertyName;
559
574
  PropertyName["DeviceDetectionStatisticsRecordedEvents"] = "detectionStatisticsRecordedEvents";
560
575
  PropertyName["DeviceHiddenMotionDetectionSensitivity"] = "hidden-motionDetectionSensitivity";
561
576
  PropertyName["DeviceHiddenMotionDetectionMode"] = "hidden-motionDetectionMode";
562
- PropertyName["DeviceHiddenSnoozeStartTime"] = "hidden-snoozeStartTime";
563
577
  PropertyName["StationLANIpAddress"] = "lanIpAddress";
564
578
  PropertyName["StationMacAddress"] = "macAddress";
565
579
  PropertyName["StationGuardMode"] = "guardMode";
@@ -583,6 +597,12 @@ var PropertyName;
583
597
  PropertyName["StationCustom2SecuritySettings"] = "stationCustom2SecuritySettings";
584
598
  PropertyName["StationCustom3SecuritySettings"] = "stationCustom3SecuritySettings";
585
599
  PropertyName["StationOffSecuritySettings"] = "stationOffSecuritySettings";
600
+ PropertyName["StationAlarm"] = "alarm";
601
+ PropertyName["StationAlarmType"] = "alarmType";
602
+ PropertyName["StationAlarmArmed"] = "alarmArmed";
603
+ PropertyName["StationAlarmArmDelay"] = "alarmArmDelay";
604
+ PropertyName["StationAlarmDelay"] = "alarmDelay";
605
+ PropertyName["StationAlarmDelayType"] = "alarmDelayType";
586
606
  })(PropertyName = exports.PropertyName || (exports.PropertyName = {}));
587
607
  exports.DeviceNameProperty = {
588
608
  key: "device_name",
@@ -866,6 +886,11 @@ exports.DeviceStatusLedDoorbellProperty = {
866
886
  key: ParamType.DOORBELL_LED_NIGHT_MODE,
867
887
  commandId: ParamType.COMMAND_LED_NIGHT_OPEN,
868
888
  };
889
+ exports.DeviceStatusLedT8200XProperty = {
890
+ ...exports.DeviceStatusLedProperty,
891
+ key: ParamType.COMMAND_LED_NIGHT_OPEN,
892
+ commandId: ParamType.COMMAND_LED_NIGHT_OPEN,
893
+ };
869
894
  exports.DeviceMotionDetectionProperty = {
870
895
  key: types_1.CommandType.CMD_PIR_SWITCH,
871
896
  name: PropertyName.DeviceMotionDetection,
@@ -1010,7 +1035,7 @@ exports.DeviceLastChargingFalseEventsProperty = {
1010
1035
  exports.DeviceBatteryUsageLastWeekProperty = {
1011
1036
  key: "battery_usage_last_week",
1012
1037
  name: PropertyName.DeviceBatteryUsageLastWeek,
1013
- label: "False Events since last charging",
1038
+ label: "Battery usage last week",
1014
1039
  readable: true,
1015
1040
  writeable: false,
1016
1041
  type: "number",
@@ -1196,6 +1221,10 @@ exports.DeviceMotionDetectionTypeProperty = {
1196
1221
  2: "All motions",
1197
1222
  },
1198
1223
  };
1224
+ exports.DeviceMotionDetectionTypeT8200XProperty = {
1225
+ ...exports.DeviceMotionDetectionTypeProperty,
1226
+ key: types_1.CommandType.CMD_SET_DETECT_TYPE,
1227
+ };
1199
1228
  exports.DeviceMotionDetectionCamera1Property = {
1200
1229
  ...exports.DeviceMotionDetectionTypeProperty,
1201
1230
  states: {
@@ -1517,9 +1546,12 @@ exports.DeviceRingtoneVolumeBatteryDoorbellProperty = {
1517
1546
  exports.DeviceRingtoneVolumeWiredDoorbellProperty = {
1518
1547
  ...exports.DeviceRingtoneVolumeBatteryDoorbellProperty,
1519
1548
  key: ParamType.RINGING_VOLUME,
1520
- max: 130,
1521
1549
  commandId: ParamType.COMMAND_RINGTONE_VOLUME,
1522
1550
  };
1551
+ exports.DeviceRingtoneVolumeT8200XProperty = {
1552
+ ...exports.DeviceRingtoneVolumeBatteryDoorbellProperty,
1553
+ key: types_1.CommandType.CMD_T8200X_SET_RINGTONE_VOLUME,
1554
+ };
1523
1555
  exports.DevicePowerSourceProperty = {
1524
1556
  key: types_1.CommandType.CMD_SET_POWER_CHARGE,
1525
1557
  name: PropertyName.DevicePowerSource,
@@ -1568,6 +1600,15 @@ exports.DeviceChargingStatusProperty = {
1568
1600
  4: "Solar charging"
1569
1601
  },
1570
1602
  };
1603
+ exports.DeviceChargingStatusCamera3cProperty = {
1604
+ ...exports.DeviceChargingStatusProperty,
1605
+ states: {
1606
+ 0: "Unplugged",
1607
+ 1: "Charging",
1608
+ 3: "Plugged",
1609
+ 4: "Solar charging"
1610
+ },
1611
+ };
1571
1612
  exports.DeviceRecordingClipLengthProperty = {
1572
1613
  key: types_1.CommandType.CMD_DEV_RECORD_TIMEOUT,
1573
1614
  name: PropertyName.DeviceRecordingClipLength,
@@ -1589,7 +1630,7 @@ exports.DeviceRecordingClipLengthFloodlightProperty = {
1589
1630
  exports.DeviceRecordingRetriggerIntervalProperty = {
1590
1631
  key: types_1.CommandType.CMD_DEV_RECORD_INTERVAL,
1591
1632
  name: PropertyName.DeviceRecordingRetriggerInterval,
1592
- label: "Recording Clip Length",
1633
+ label: "Recording Retrigger Interval",
1593
1634
  readable: true,
1594
1635
  writeable: true,
1595
1636
  type: "number",
@@ -1665,7 +1706,7 @@ exports.DeviceVideoStreamingQualityCamera3Property = {
1665
1706
  ...exports.DeviceVideoStreamingQualityBatteryDoorbellProperty,
1666
1707
  states: {
1667
1708
  5: "Auto",
1668
- 6: "Low ",
1709
+ 6: "Low",
1669
1710
  7: "Medium",
1670
1711
  8: "High",
1671
1712
  10: "Ultra 4K"
@@ -1703,6 +1744,15 @@ exports.DeviceVideoRecordingQualityProperty = {
1703
1744
  },
1704
1745
  commandId: ParamType.COMMAND_VIDEO_RECORDING_QUALITY,
1705
1746
  };
1747
+ exports.DeviceVideoRecordingQualityT8200XProperty = {
1748
+ ...exports.DeviceVideoRecordingQualityIndoorProperty,
1749
+ key: types_1.CommandType.CMD_SET_RECORD_QUALITY,
1750
+ states: {
1751
+ 2: "Full HD (1600 * 1200)",
1752
+ 3: "2K HD (2048 * 1536)",
1753
+ },
1754
+ commandId: ParamType.COMMAND_VIDEO_RECORDING_QUALITY,
1755
+ };
1706
1756
  exports.DeviceVideoRecordingQualityCamera2CProProperty = {
1707
1757
  ...exports.DeviceVideoRecordingQualityProperty,
1708
1758
  states: {
@@ -1739,6 +1789,11 @@ exports.DeviceChimeIndoorWiredDoorbellProperty = {
1739
1789
  key: ParamType.CHIME_STATE,
1740
1790
  commandId: ParamType.COMMAND_INDOOR_CHIME,
1741
1791
  };
1792
+ exports.DeviceChimeIndoorT8200XProperty = {
1793
+ ...exports.DeviceChimeIndoorBatteryDoorbellProperty,
1794
+ key: ParamType.COMMAND_INDOOR_CHIME,
1795
+ commandId: ParamType.COMMAND_INDOOR_CHIME,
1796
+ };
1742
1797
  exports.DeviceChimeHomebaseBatteryDoorbellProperty = {
1743
1798
  key: types_1.CommandType.CMD_BAT_DOORBELL_CHIME_SWITCH,
1744
1799
  name: PropertyName.DeviceChimeHomebase,
@@ -3039,15 +3094,46 @@ exports.DeviceSnoozeTimeProperty = {
3039
3094
  default: 0,
3040
3095
  unit: "sec",
3041
3096
  };
3042
- exports.DeviceHiddenSnoozeStartTimeProperty = {
3043
- key: ParamType.DOORBELL_SNOOZE_START_TIME,
3044
- name: PropertyName.DeviceHiddenSnoozeStartTime,
3045
- label: "HIDDEN Snooze Start Time",
3097
+ exports.DeviceSnoozeStartTimeProperty = {
3098
+ key: types_1.CommandType.CMD_SET_SNOOZE_MODE,
3099
+ name: PropertyName.DeviceSnoozeStartTime,
3100
+ label: "Snooze Start Time",
3046
3101
  readable: true,
3047
3102
  writeable: false,
3048
3103
  type: "number",
3049
3104
  default: 0,
3050
3105
  };
3106
+ exports.DeviceSnoozeStartTimeWiredDoorbellProperty = {
3107
+ ...exports.DeviceSnoozeStartTimeProperty,
3108
+ key: ParamType.DOORBELL_SNOOZE_START_TIME,
3109
+ };
3110
+ exports.DeviceSnoozeHomebaseProperty = {
3111
+ key: types_1.CommandType.CMD_SET_SNOOZE_MODE,
3112
+ name: PropertyName.DeviceSnoozeHomebase,
3113
+ label: "Snooze Homebase",
3114
+ readable: true,
3115
+ writeable: false,
3116
+ type: "boolean",
3117
+ default: false,
3118
+ };
3119
+ exports.DeviceSnoozeMotionProperty = {
3120
+ key: types_1.CommandType.CMD_SET_SNOOZE_MODE,
3121
+ name: PropertyName.DeviceSnoozeMotion,
3122
+ label: "Snooze Motion",
3123
+ readable: true,
3124
+ writeable: false,
3125
+ type: "boolean",
3126
+ default: false,
3127
+ };
3128
+ exports.DeviceSnoozeChimeProperty = {
3129
+ key: types_1.CommandType.CMD_SET_SNOOZE_MODE,
3130
+ name: PropertyName.DeviceSnoozeChime,
3131
+ label: "Snooze Chime",
3132
+ readable: true,
3133
+ writeable: false,
3134
+ type: "boolean",
3135
+ default: false,
3136
+ };
3051
3137
  exports.DevicePersonNameProperty = {
3052
3138
  key: "custom_personName",
3053
3139
  name: PropertyName.DevicePersonName,
@@ -3169,9 +3255,43 @@ exports.FloodlightT8420XDeviceProperties = {
3169
3255
  [PropertyName.DeviceNotificationType]: exports.DeviceNotificationTypeIndoorFloodlightProperty,
3170
3256
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3171
3257
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3172
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3258
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3173
3259
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3174
3260
  };
3261
+ exports.WiredDoorbellT8200XDeviceProperties = {
3262
+ ...exports.GenericDeviceProperties,
3263
+ [PropertyName.DeviceWifiRSSI]: exports.DeviceWifiRSSIProperty,
3264
+ [PropertyName.DeviceWifiSignalLevel]: exports.DeviceWifiSignalLevelProperty,
3265
+ [PropertyName.DeviceEnabled]: exports.DeviceEnabledSoloProperty,
3266
+ [PropertyName.DeviceAutoNightvision]: exports.DeviceAutoNightvisionProperty,
3267
+ [PropertyName.DeviceStatusLed]: exports.DeviceStatusLedT8200XProperty,
3268
+ [PropertyName.DeviceMotionDetection]: exports.DeviceMotionDetectionProperty,
3269
+ [PropertyName.DeviceWatermark]: exports.DeviceWatermarkSoloWiredDoorbellProperty,
3270
+ [PropertyName.DeviceState]: exports.DeviceStateProperty,
3271
+ [PropertyName.DeviceMotionDetected]: exports.DeviceMotionDetectedProperty,
3272
+ [PropertyName.DevicePersonDetected]: exports.DevicePersonDetectedProperty,
3273
+ [PropertyName.DeviceRinging]: exports.DeviceRingingProperty,
3274
+ [PropertyName.DevicePictureUrl]: exports.DevicePictureUrlProperty,
3275
+ [PropertyName.DeviceSpeakerVolume]: exports.DeviceSpeakerVolumeIndoorFloodDoorbellProperty,
3276
+ [PropertyName.DeviceRingtoneVolume]: exports.DeviceRingtoneVolumeT8200XProperty,
3277
+ [PropertyName.DeviceAudioRecording]: exports.DeviceAudioRecordingIndoorSoloFloodlightProperty,
3278
+ [PropertyName.DeviceMotionDetectionType]: exports.DeviceMotionDetectionTypeT8200XProperty,
3279
+ [PropertyName.DeviceMotionDetectionSensitivity]: exports.DeviceMotionDetectionSensitivityBatteryDoorbellProperty,
3280
+ [PropertyName.DeviceVideoStreamingQuality]: exports.DeviceVideoStreamingQualitySoloProperty,
3281
+ [PropertyName.DeviceVideoHDR]: exports.DeviceVideoHDRWiredDoorbellProperty,
3282
+ [PropertyName.DeviceNotificationType]: exports.DeviceNotificationTypeIndoorFloodlightProperty,
3283
+ [PropertyName.DeviceNotificationRing]: exports.DeviceNotificationRingWiredDoorbellProperty,
3284
+ [PropertyName.DeviceNotificationMotion]: exports.DeviceNotificationMotionWiredDoorbellProperty,
3285
+ [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3286
+ [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3287
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3288
+ //[PropertyName.DeviceSnoozeHomebase]: DeviceSnoozeHomebaseProperty,
3289
+ [PropertyName.DeviceSnoozeChime]: exports.DeviceSnoozeChimeProperty,
3290
+ [PropertyName.DeviceSnoozeMotion]: exports.DeviceSnoozeMotionProperty,
3291
+ [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3292
+ [PropertyName.DeviceVideoRecordingQuality]: exports.DeviceVideoRecordingQualityT8200XProperty,
3293
+ [PropertyName.DeviceChimeIndoor]: exports.DeviceChimeIndoorT8200XProperty,
3294
+ };
3175
3295
  exports.DeviceProperties = {
3176
3296
  [DeviceType.CAMERA2]: {
3177
3297
  ...exports.GenericDeviceProperties,
@@ -3211,7 +3331,7 @@ exports.DeviceProperties = {
3211
3331
  [PropertyName.DeviceNotificationType]: exports.DeviceNotificationTypeProperty,
3212
3332
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3213
3333
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3214
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3334
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3215
3335
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3216
3336
  },
3217
3337
  [DeviceType.CAMERA2C]: {
@@ -3254,7 +3374,7 @@ exports.DeviceProperties = {
3254
3374
  [PropertyName.DeviceLight]: exports.DeviceFloodlightLightProperty,
3255
3375
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3256
3376
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3257
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3377
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3258
3378
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3259
3379
  },
3260
3380
  [DeviceType.CAMERA2C_PRO]: {
@@ -3299,7 +3419,7 @@ exports.DeviceProperties = {
3299
3419
  [PropertyName.DeviceLight]: exports.DeviceFloodlightLightProperty,
3300
3420
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3301
3421
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3302
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3422
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3303
3423
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3304
3424
  },
3305
3425
  [DeviceType.CAMERA2_PRO]: {
@@ -3340,7 +3460,7 @@ exports.DeviceProperties = {
3340
3460
  [PropertyName.DeviceNotificationType]: exports.DeviceNotificationTypeProperty,
3341
3461
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3342
3462
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3343
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3463
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3344
3464
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3345
3465
  },
3346
3466
  [DeviceType.CAMERA3]: {
@@ -3376,7 +3496,7 @@ exports.DeviceProperties = {
3376
3496
  [PropertyName.DeviceNotificationType]: exports.DeviceNotificationTypeProperty,
3377
3497
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3378
3498
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3379
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3499
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3380
3500
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3381
3501
  [PropertyName.DeviceVideoStreamingQuality]: exports.DeviceVideoStreamingQualityCamera3Property,
3382
3502
  [PropertyName.DeviceVideoRecordingQuality]: exports.DeviceVideoRecordingQualityCamera3Property,
@@ -3409,14 +3529,14 @@ exports.DeviceProperties = {
3409
3529
  [PropertyName.DeviceMotionDetectionType]: exports.DeviceMotionDetectionTypeProperty,
3410
3530
  [PropertyName.DevicePowerSource]: exports.DevicePowerSourceProperty,
3411
3531
  [PropertyName.DevicePowerWorkingMode]: exports.DevicePowerWorkingModeProperty,
3412
- [PropertyName.DeviceChargingStatus]: exports.DeviceChargingStatusProperty,
3532
+ [PropertyName.DeviceChargingStatus]: exports.DeviceChargingStatusCamera3cProperty,
3413
3533
  [PropertyName.DeviceRecordingClipLength]: exports.DeviceRecordingClipLengthProperty,
3414
3534
  [PropertyName.DeviceRecordingRetriggerInterval]: exports.DeviceRecordingRetriggerIntervalProperty,
3415
3535
  [PropertyName.DeviceRecordingEndClipMotionStops]: exports.DeviceRecordingEndClipMotionStopsProperty,
3416
3536
  [PropertyName.DeviceNotificationType]: exports.DeviceNotificationTypeProperty,
3417
3537
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3418
3538
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3419
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3539
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3420
3540
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3421
3541
  [PropertyName.DeviceVideoStreamingQuality]: exports.DeviceVideoStreamingQualityCamera3Property,
3422
3542
  [PropertyName.DeviceVideoRecordingQuality]: exports.DeviceVideoRecordingQualityCamera3Property,
@@ -3459,7 +3579,7 @@ exports.DeviceProperties = {
3459
3579
  [PropertyName.DeviceBatteryUsageLastWeek]: exports.DeviceBatteryUsageLastWeekProperty,
3460
3580
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3461
3581
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3462
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3582
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3463
3583
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3464
3584
  },
3465
3585
  [DeviceType.CAMERA_E]: {
@@ -3497,7 +3617,7 @@ exports.DeviceProperties = {
3497
3617
  [PropertyName.DeviceBatteryUsageLastWeek]: exports.DeviceBatteryUsageLastWeekProperty,
3498
3618
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3499
3619
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3500
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3620
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3501
3621
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3502
3622
  },
3503
3623
  [DeviceType.DOORBELL]: {
@@ -3528,7 +3648,7 @@ exports.DeviceProperties = {
3528
3648
  [PropertyName.DeviceNotificationType]: exports.DeviceNotificationTypeWiredDoorbellProperty,
3529
3649
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3530
3650
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3531
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3651
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeWiredDoorbellProperty,
3532
3652
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3533
3653
  },
3534
3654
  [DeviceType.BATTERY_DOORBELL]: {
@@ -3573,7 +3693,10 @@ exports.DeviceProperties = {
3573
3693
  [PropertyName.DeviceNotificationMotion]: exports.DeviceNotificationMotionProperty,
3574
3694
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3575
3695
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3576
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3696
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3697
+ [PropertyName.DeviceSnoozeHomebase]: exports.DeviceSnoozeHomebaseProperty,
3698
+ [PropertyName.DeviceSnoozeChime]: exports.DeviceSnoozeChimeProperty,
3699
+ [PropertyName.DeviceSnoozeMotion]: exports.DeviceSnoozeMotionProperty,
3577
3700
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3578
3701
  },
3579
3702
  [DeviceType.BATTERY_DOORBELL_2]: {
@@ -3618,7 +3741,10 @@ exports.DeviceProperties = {
3618
3741
  [PropertyName.DeviceNotificationMotion]: exports.DeviceNotificationMotionProperty,
3619
3742
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3620
3743
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3621
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3744
+ [PropertyName.DeviceSnoozeHomebase]: exports.DeviceSnoozeHomebaseProperty,
3745
+ [PropertyName.DeviceSnoozeChime]: exports.DeviceSnoozeChimeProperty,
3746
+ [PropertyName.DeviceSnoozeMotion]: exports.DeviceSnoozeMotionProperty,
3747
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3622
3748
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3623
3749
  },
3624
3750
  [DeviceType.BATTERY_DOORBELL_PLUS]: {
@@ -3701,7 +3827,10 @@ exports.DeviceProperties = {
3701
3827
  [PropertyName.DeviceRadarMotionDetected]: exports.DeviceRadarMotionDetectedProperty,
3702
3828
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3703
3829
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3704
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3830
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3831
+ [PropertyName.DeviceSnoozeHomebase]: exports.DeviceSnoozeHomebaseProperty,
3832
+ [PropertyName.DeviceSnoozeChime]: exports.DeviceSnoozeChimeProperty,
3833
+ [PropertyName.DeviceSnoozeMotion]: exports.DeviceSnoozeMotionProperty,
3705
3834
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3706
3835
  },
3707
3836
  [DeviceType.DOORBELL_SOLO]: {
@@ -3744,7 +3873,10 @@ exports.DeviceProperties = {
3744
3873
  [PropertyName.DeviceRingAutoResponseTimeTo]: exports.DeviceRingAutoResponseTimeToProperty,
3745
3874
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3746
3875
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3747
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3876
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3877
+ [PropertyName.DeviceSnoozeHomebase]: exports.DeviceSnoozeHomebaseProperty,
3878
+ [PropertyName.DeviceSnoozeChime]: exports.DeviceSnoozeChimeProperty,
3879
+ [PropertyName.DeviceSnoozeMotion]: exports.DeviceSnoozeMotionProperty,
3748
3880
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3749
3881
  },
3750
3882
  [DeviceType.FLOODLIGHT]: {
@@ -3777,7 +3909,7 @@ exports.DeviceProperties = {
3777
3909
  [PropertyName.DeviceMotionDetectionTestMode]: exports.DeviceMotionDetectionTestModeProperty,
3778
3910
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3779
3911
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3780
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3912
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3781
3913
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3782
3914
  },
3783
3915
  [DeviceType.FLOODLIGHT_CAMERA_8422]: {
@@ -3812,7 +3944,7 @@ exports.DeviceProperties = {
3812
3944
  [PropertyName.DeviceWifiSignalLevel]: exports.DeviceWifiSignalLevelProperty,
3813
3945
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3814
3946
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3815
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3947
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3816
3948
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3817
3949
  },
3818
3950
  [DeviceType.FLOODLIGHT_CAMERA_8423]: {
@@ -3862,7 +3994,7 @@ exports.DeviceProperties = {
3862
3994
  [PropertyName.DeviceWifiSignalLevel]: exports.DeviceWifiSignalLevelProperty,
3863
3995
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3864
3996
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3865
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
3997
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3866
3998
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3867
3999
  },
3868
4000
  [DeviceType.FLOODLIGHT_CAMERA_8424]: {
@@ -3897,7 +4029,7 @@ exports.DeviceProperties = {
3897
4029
  [PropertyName.DeviceWifiSignalLevel]: exports.DeviceWifiSignalLevelProperty,
3898
4030
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3899
4031
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3900
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4032
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3901
4033
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3902
4034
  },
3903
4035
  [DeviceType.INDOOR_CAMERA]: {
@@ -3938,7 +4070,7 @@ exports.DeviceProperties = {
3938
4070
  [PropertyName.DeviceVideoTypeStoreToNAS]: exports.DeviceVideoTypeStoreToNASProperty,
3939
4071
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3940
4072
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3941
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4073
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3942
4074
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3943
4075
  },
3944
4076
  [DeviceType.INDOOR_CAMERA_1080]: {
@@ -3978,7 +4110,7 @@ exports.DeviceProperties = {
3978
4110
  [PropertyName.DeviceVideoTypeStoreToNAS]: exports.DeviceVideoTypeStoreToNASProperty,
3979
4111
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
3980
4112
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
3981
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4113
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
3982
4114
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
3983
4115
  },
3984
4116
  [DeviceType.INDOOR_COST_DOWN_CAMERA]: {
@@ -4019,7 +4151,7 @@ exports.DeviceProperties = {
4019
4151
  [PropertyName.DeviceVideoTypeStoreToNAS]: exports.DeviceVideoTypeStoreToNASProperty,
4020
4152
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4021
4153
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4022
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4154
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4023
4155
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4024
4156
  },
4025
4157
  [DeviceType.INDOOR_PT_CAMERA]: {
@@ -4064,7 +4196,7 @@ exports.DeviceProperties = {
4064
4196
  [PropertyName.DeviceVideoTypeStoreToNAS]: exports.DeviceVideoTypeStoreToNASProperty,
4065
4197
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4066
4198
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4067
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4199
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4068
4200
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4069
4201
  },
4070
4202
  [DeviceType.INDOOR_PT_CAMERA_1080]: {
@@ -4106,7 +4238,7 @@ exports.DeviceProperties = {
4106
4238
  [PropertyName.DeviceVideoTypeStoreToNAS]: exports.DeviceVideoTypeStoreToNASProperty,
4107
4239
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4108
4240
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4109
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4241
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4110
4242
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4111
4243
  },
4112
4244
  [DeviceType.INDOOR_OUTDOOR_CAMERA_1080P]: {
@@ -4147,7 +4279,7 @@ exports.DeviceProperties = {
4147
4279
  [PropertyName.DeviceVideoTypeStoreToNAS]: exports.DeviceVideoTypeStoreToNASProperty,
4148
4280
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4149
4281
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4150
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4282
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4151
4283
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4152
4284
  },
4153
4285
  [DeviceType.INDOOR_OUTDOOR_CAMERA_1080P_NO_LIGHT]: {
@@ -4186,7 +4318,7 @@ exports.DeviceProperties = {
4186
4318
  [PropertyName.DeviceVideoTypeStoreToNAS]: exports.DeviceVideoTypeStoreToNASProperty,
4187
4319
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4188
4320
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4189
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4321
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4190
4322
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4191
4323
  },
4192
4324
  [DeviceType.INDOOR_OUTDOOR_CAMERA_2K]: {
@@ -4227,7 +4359,7 @@ exports.DeviceProperties = {
4227
4359
  [PropertyName.DeviceVideoTypeStoreToNAS]: exports.DeviceVideoTypeStoreToNASProperty,
4228
4360
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4229
4361
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4230
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4362
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4231
4363
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4232
4364
  },
4233
4365
  [DeviceType.SOLO_CAMERA]: {
@@ -4265,7 +4397,7 @@ exports.DeviceProperties = {
4265
4397
  [PropertyName.DeviceChargingStatus]: exports.DeviceChargingStatusProperty,
4266
4398
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4267
4399
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4268
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4400
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4269
4401
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4270
4402
  },
4271
4403
  [DeviceType.SOLO_CAMERA_PRO]: {
@@ -4304,7 +4436,7 @@ exports.DeviceProperties = {
4304
4436
  [PropertyName.DeviceChargingStatus]: exports.DeviceChargingStatusProperty,
4305
4437
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4306
4438
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4307
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4439
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4308
4440
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4309
4441
  },
4310
4442
  [DeviceType.SOLO_CAMERA_SPOTLIGHT_1080]: {
@@ -4344,7 +4476,7 @@ exports.DeviceProperties = {
4344
4476
  [PropertyName.DeviceChargingStatus]: exports.DeviceChargingStatusProperty,
4345
4477
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4346
4478
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4347
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4479
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4348
4480
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4349
4481
  },
4350
4482
  [DeviceType.SOLO_CAMERA_SPOTLIGHT_2K]: {
@@ -4384,7 +4516,7 @@ exports.DeviceProperties = {
4384
4516
  [PropertyName.DeviceChargingStatus]: exports.DeviceChargingStatusProperty,
4385
4517
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4386
4518
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4387
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4519
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4388
4520
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4389
4521
  },
4390
4522
  [DeviceType.SOLO_CAMERA_SPOTLIGHT_SOLAR]: {
@@ -4424,7 +4556,7 @@ exports.DeviceProperties = {
4424
4556
  [PropertyName.DeviceChargingStatus]: exports.DeviceChargingStatusProperty,
4425
4557
  [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
4426
4558
  [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
4427
- [PropertyName.DeviceHiddenSnoozeStartTime]: exports.DeviceHiddenSnoozeStartTimeProperty,
4559
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
4428
4560
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
4429
4561
  },
4430
4562
  [DeviceType.KEYPAD]: {
@@ -4432,6 +4564,7 @@ exports.DeviceProperties = {
4432
4564
  [PropertyName.DeviceBatteryLow]: exports.DeviceBatteryLowKeypadProperty,
4433
4565
  [PropertyName.DeviceState]: exports.DeviceStateProperty,
4434
4566
  [PropertyName.DeviceWifiRSSI]: exports.DeviceWifiRSSIKeypadProperty,
4567
+ [PropertyName.DeviceWifiSignalLevel]: exports.DeviceWifiSignalLevelProperty,
4435
4568
  [PropertyName.DeviceBatteryIsCharging]: exports.DeviceBatteryIsChargingKeypadProperty,
4436
4569
  },
4437
4570
  [DeviceType.LOCK_WIFI]: {
@@ -4930,6 +5063,96 @@ exports.StationTurnOffAlarmWithButtonProperty = {
4930
5063
  writeable: true,
4931
5064
  type: "boolean",
4932
5065
  };
5066
+ exports.StationAlarmProperty = {
5067
+ key: "custom_alarm",
5068
+ name: PropertyName.StationAlarm,
5069
+ label: "Alarm",
5070
+ readable: true,
5071
+ writeable: false,
5072
+ type: "boolean",
5073
+ default: false,
5074
+ };
5075
+ exports.StationAlarmTypeProperty = {
5076
+ key: "custom_alarmType",
5077
+ name: PropertyName.StationAlarmType,
5078
+ label: "Alarm Type",
5079
+ readable: true,
5080
+ writeable: true,
5081
+ type: "number",
5082
+ states: {
5083
+ 0: "None",
5084
+ 2: "Theft",
5085
+ 3: "Motion",
5086
+ 4: "Manual",
5087
+ 5: "Overheating",
5088
+ 6: "Door",
5089
+ 7: "Camera Motion",
5090
+ 8: "Motion Sensor",
5091
+ 9: "Camera Theft",
5092
+ 10: "Camera Manual",
5093
+ 11: "Camera Linkage",
5094
+ 13: "Keypad",
5095
+ /*22: "App Light",
5096
+ 23: "App Light Sound",
5097
+ 24: "Motion App Light",
5098
+ 25: "Motion App Light Alarm",*/
5099
+ },
5100
+ default: 0,
5101
+ };
5102
+ exports.StationAlarmArmedProperty = {
5103
+ key: "custom_alarmArmed",
5104
+ name: PropertyName.StationAlarmArmed,
5105
+ label: "Alarm Armed",
5106
+ readable: true,
5107
+ writeable: false,
5108
+ type: "boolean",
5109
+ default: false,
5110
+ };
5111
+ exports.StationAlarmArmDelayProperty = {
5112
+ key: "custom_alarmArmDelay",
5113
+ name: PropertyName.StationAlarmArmDelay,
5114
+ label: "Alarm Arm Delay",
5115
+ readable: true,
5116
+ writeable: true,
5117
+ type: "number",
5118
+ default: 0,
5119
+ };
5120
+ exports.StationAlarmDelayProperty = {
5121
+ key: "custom_alarmDelay",
5122
+ name: PropertyName.StationAlarmDelay,
5123
+ label: "Alarm Delay",
5124
+ readable: true,
5125
+ writeable: true,
5126
+ type: "number",
5127
+ default: 0,
5128
+ };
5129
+ exports.StationAlarmDelayTypeProperty = {
5130
+ key: "custom_alarmDelayType",
5131
+ name: PropertyName.StationAlarmDelayType,
5132
+ label: "Alarm Delay Type",
5133
+ readable: true,
5134
+ writeable: true,
5135
+ type: "number",
5136
+ states: {
5137
+ 0: "None",
5138
+ 2: "Theft",
5139
+ 3: "Motion",
5140
+ 4: "Manual",
5141
+ 5: "Overheating",
5142
+ 6: "Door",
5143
+ 7: "Camera Motion",
5144
+ 8: "Motion Sensor",
5145
+ 9: "Camera Theft",
5146
+ 10: "Camera Manual",
5147
+ 11: "Camera Linkage",
5148
+ 13: "Keypad",
5149
+ /*22: "App Light",
5150
+ 23: "App Light Sound",
5151
+ 24: "Motion App Light",
5152
+ 25: "Motion App Light Alarm",*/
5153
+ },
5154
+ default: 0,
5155
+ };
4933
5156
  exports.StationProperties = {
4934
5157
  [DeviceType.STATION]: {
4935
5158
  ...exports.BaseStationProperties,
@@ -4952,6 +5175,12 @@ exports.StationProperties = {
4952
5175
  [PropertyName.StationCustom2SecuritySettings]: exports.StationCustom2SecuritySettings,
4953
5176
  [PropertyName.StationCustom3SecuritySettings]: exports.StationCustom3SecuritySettings,
4954
5177
  [PropertyName.StationOffSecuritySettings]: exports.StationOffSecuritySettings,
5178
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5179
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5180
+ [PropertyName.StationAlarmArmed]: exports.StationAlarmArmedProperty,
5181
+ [PropertyName.StationAlarmArmDelay]: exports.StationAlarmArmDelayProperty,
5182
+ [PropertyName.StationAlarmDelay]: exports.StationAlarmDelayProperty,
5183
+ [PropertyName.StationAlarmDelayType]: exports.StationAlarmDelayTypeProperty,
4955
5184
  },
4956
5185
  [DeviceType.HB3]: {
4957
5186
  ...exports.BaseStationProperties,
@@ -4974,6 +5203,12 @@ exports.StationProperties = {
4974
5203
  [PropertyName.StationCustom2SecuritySettings]: exports.StationCustom2SecuritySettings,
4975
5204
  [PropertyName.StationCustom3SecuritySettings]: exports.StationCustom3SecuritySettings,
4976
5205
  [PropertyName.StationOffSecuritySettings]: exports.StationOffSecuritySettings,
5206
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5207
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5208
+ [PropertyName.StationAlarmArmed]: exports.StationAlarmArmedProperty,
5209
+ [PropertyName.StationAlarmArmDelay]: exports.StationAlarmArmDelayProperty,
5210
+ [PropertyName.StationAlarmDelay]: exports.StationAlarmDelayProperty,
5211
+ [PropertyName.StationAlarmDelayType]: exports.StationAlarmDelayTypeProperty,
4977
5212
  },
4978
5213
  [DeviceType.INDOOR_CAMERA]: {
4979
5214
  ...exports.BaseStationProperties,
@@ -4982,6 +5217,8 @@ exports.StationProperties = {
4982
5217
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
4983
5218
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
4984
5219
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5220
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5221
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
4985
5222
  },
4986
5223
  [DeviceType.INDOOR_CAMERA_1080]: {
4987
5224
  ...exports.BaseStationProperties,
@@ -4990,6 +5227,8 @@ exports.StationProperties = {
4990
5227
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
4991
5228
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
4992
5229
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5230
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5231
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
4993
5232
  },
4994
5233
  [DeviceType.INDOOR_PT_CAMERA]: {
4995
5234
  ...exports.BaseStationProperties,
@@ -4998,6 +5237,8 @@ exports.StationProperties = {
4998
5237
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
4999
5238
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5000
5239
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5240
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5241
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5001
5242
  },
5002
5243
  [DeviceType.INDOOR_COST_DOWN_CAMERA]: {
5003
5244
  ...exports.BaseStationProperties,
@@ -5006,6 +5247,8 @@ exports.StationProperties = {
5006
5247
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5007
5248
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5008
5249
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5250
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5251
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5009
5252
  },
5010
5253
  [DeviceType.INDOOR_PT_CAMERA_1080]: {
5011
5254
  ...exports.BaseStationProperties,
@@ -5014,6 +5257,8 @@ exports.StationProperties = {
5014
5257
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5015
5258
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5016
5259
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5260
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5261
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5017
5262
  },
5018
5263
  [DeviceType.INDOOR_OUTDOOR_CAMERA_1080P]: {
5019
5264
  ...exports.BaseStationProperties,
@@ -5022,6 +5267,8 @@ exports.StationProperties = {
5022
5267
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5023
5268
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5024
5269
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5270
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5271
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5025
5272
  },
5026
5273
  [DeviceType.INDOOR_OUTDOOR_CAMERA_1080P_NO_LIGHT]: {
5027
5274
  ...exports.BaseStationProperties,
@@ -5030,6 +5277,8 @@ exports.StationProperties = {
5030
5277
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5031
5278
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5032
5279
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5280
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5281
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5033
5282
  },
5034
5283
  [DeviceType.INDOOR_OUTDOOR_CAMERA_2K]: {
5035
5284
  ...exports.BaseStationProperties,
@@ -5038,6 +5287,8 @@ exports.StationProperties = {
5038
5287
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5039
5288
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5040
5289
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5290
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5291
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5041
5292
  },
5042
5293
  [DeviceType.DOORBELL]: {
5043
5294
  ...exports.BaseStationProperties,
@@ -5062,6 +5313,8 @@ exports.StationProperties = {
5062
5313
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5063
5314
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5064
5315
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5316
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5317
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5065
5318
  },
5066
5319
  [DeviceType.SOLO_CAMERA_PRO]: {
5067
5320
  ...exports.BaseStationProperties,
@@ -5070,6 +5323,8 @@ exports.StationProperties = {
5070
5323
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5071
5324
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5072
5325
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5326
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5327
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5073
5328
  },
5074
5329
  [DeviceType.SOLO_CAMERA_SPOTLIGHT_1080]: {
5075
5330
  ...exports.BaseStationProperties,
@@ -5078,6 +5333,8 @@ exports.StationProperties = {
5078
5333
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5079
5334
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5080
5335
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5336
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5337
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5081
5338
  },
5082
5339
  [DeviceType.SOLO_CAMERA_SPOTLIGHT_2K]: {
5083
5340
  ...exports.BaseStationProperties,
@@ -5086,6 +5343,8 @@ exports.StationProperties = {
5086
5343
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5087
5344
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5088
5345
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5346
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5347
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5089
5348
  },
5090
5349
  [DeviceType.SOLO_CAMERA_SPOTLIGHT_SOLAR]: {
5091
5350
  ...exports.BaseStationProperties,
@@ -5094,6 +5353,8 @@ exports.StationProperties = {
5094
5353
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5095
5354
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5096
5355
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5356
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5357
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5097
5358
  },
5098
5359
  [DeviceType.FLOODLIGHT]: {
5099
5360
  ...exports.BaseStationProperties,
@@ -5102,6 +5363,8 @@ exports.StationProperties = {
5102
5363
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5103
5364
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5104
5365
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5366
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5367
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5105
5368
  },
5106
5369
  [DeviceType.FLOODLIGHT_CAMERA_8422]: {
5107
5370
  ...exports.BaseStationProperties,
@@ -5110,6 +5373,8 @@ exports.StationProperties = {
5110
5373
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5111
5374
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5112
5375
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5376
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5377
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5113
5378
  },
5114
5379
  [DeviceType.FLOODLIGHT_CAMERA_8423]: {
5115
5380
  ...exports.BaseStationProperties,
@@ -5118,6 +5383,8 @@ exports.StationProperties = {
5118
5383
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5119
5384
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5120
5385
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5386
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5387
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5121
5388
  },
5122
5389
  [DeviceType.FLOODLIGHT_CAMERA_8424]: {
5123
5390
  ...exports.BaseStationProperties,
@@ -5126,6 +5393,8 @@ exports.StationProperties = {
5126
5393
  [PropertyName.StationGuardMode]: exports.StationGuardModeProperty,
5127
5394
  [PropertyName.StationCurrentMode]: exports.StationCurrentModeProperty,
5128
5395
  [PropertyName.StationTimeFormat]: exports.StationTimeFormatProperty,
5396
+ [PropertyName.StationAlarm]: exports.StationAlarmProperty,
5397
+ [PropertyName.StationAlarmType]: exports.StationAlarmTypeProperty,
5129
5398
  },
5130
5399
  [DeviceType.LOCK_WIFI]: {
5131
5400
  ...exports.BaseStationProperties,
@@ -5187,6 +5456,7 @@ var CommandName;
5187
5456
  CommandName["DeviceQueryAllUserId"] = "deviceQueryAllUserId";
5188
5457
  CommandName["StationReboot"] = "stationReboot";
5189
5458
  CommandName["StationTriggerAlarmSound"] = "stationTriggerAlarmSound";
5459
+ CommandName["StationChime"] = "stationChime";
5190
5460
  })(CommandName = exports.CommandName || (exports.CommandName = {}));
5191
5461
  exports.DeviceCommands = {
5192
5462
  [DeviceType.CAMERA]: [
@@ -5536,6 +5806,7 @@ exports.StationCommands = {
5536
5806
  [DeviceType.STATION]: [
5537
5807
  CommandName.StationReboot,
5538
5808
  CommandName.StationTriggerAlarmSound,
5809
+ CommandName.StationChime,
5539
5810
  ],
5540
5811
  [DeviceType.HB3]: [
5541
5812
  CommandName.StationReboot,