[bugfix] Add endpoint '/set/disable_speaker_dynamic_energy_threshold' UI will receive.

This commit is contained in:
Sakamoto Shiina
2024-09-21 00:27:31 +09:00
parent 0bf479bdf1
commit 66e3267798

View File

@@ -137,6 +137,7 @@ export const useReceiveRoutes = () => {
"/set/disable_mic_dynamic_energy_threshold": updateEnableAutomaticMicThreshold,
"/get/speaker_dynamic_energy_threshold": updateEnableAutomaticSpeakerThreshold,
"/set/enable_speaker_dynamic_energy_threshold": updateEnableAutomaticSpeakerThreshold,
"/set/disable_speaker_dynamic_energy_threshold": updateEnableAutomaticSpeakerThreshold,
"/get/ui_language": updateUiLanguage,
"/set/ui_language": updateUiLanguage,