gateway: persist and surface node capabilities
This commit is contained in:
@@ -164,6 +164,9 @@ final class BridgeConnectionController {
|
||||
: UserDefaults.standard.bool(forKey: "camera.enabled")
|
||||
if cameraEnabled { caps.append("camera") }
|
||||
|
||||
let voiceWakeEnabled = UserDefaults.standard.bool(forKey: VoiceWakePreferences.enabledKey)
|
||||
if voiceWakeEnabled { caps.append("voiceWake") }
|
||||
|
||||
return caps
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user