mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Merge pull request #3686 from PieterGit/201807_speech_disable
temporary disable speechPlugin because it can't be disabled
This commit is contained in:
+5
-5
@@ -597,11 +597,11 @@ client.load = function load(serverSettings, callback) {
|
||||
$(this).addClass('playing');
|
||||
});
|
||||
|
||||
var speechPlugin = client.plugins('speech');
|
||||
|
||||
if (speechPlugin) {
|
||||
speechPlugin.say(alarmMessage);
|
||||
}
|
||||
//var speechPlugin = client.plugins('speech');
|
||||
//
|
||||
//if (speechPlugin) {
|
||||
// speechPlugin.say(alarmMessage);
|
||||
//}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user