Surveillance camera listening/speaking (#11640)

This commit is contained in:
Flipp Syder
2022-10-16 10:44:14 -07:00
committed by GitHub
parent 7003a35cb9
commit 6e108bd400
12 changed files with 219 additions and 5 deletions

View File

@@ -0,0 +1 @@
surveillance-camera-microphone-message = {$speaker} ({$originalName})

View File

@@ -10,3 +10,4 @@ surveillance-camera-monitor-ui-no-subnets = No Subnets
surveillance-camera-setup = Setup
surveillance-camera-setup-ui-set = Set

View File

@@ -674,7 +674,10 @@
- type: WirelessNetworkConnection
range: 200
- type: DeviceNetworkRequiresPower
- type: Speech
- type: SurveillanceCameraSpeaker
- type: SurveillanceCameraMonitor
speechEnabled: true
- type: ActivatableUI
key: enum.SurveillanceCameraMonitorUiKey.Key
- type: ActivatableUIRequiresPower

View File

@@ -22,6 +22,11 @@
density: 80
mask:
- MachineMask
- type: SurveillanceCameraMicrophone
blacklist:
components:
- SurveillanceCamera
- SurveillanceCameraMonitor
- type: UserInterface
interfaces:
- key: enum.SurveillanceCameraSetupUiKey.Camera

View File

@@ -159,6 +159,8 @@
- type: WirelessNetworkConnection
range: 200
- type: DeviceNetworkRequiresPower
- type: Speech
- type: SurveillanceCameraSpeaker
- type: SurveillanceCameraMonitor
- type: ActivatableUI
key: enum.SurveillanceCameraMonitorUiKey.Key