X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=SpeechSynthesis%2FSpeechSynthesises.groovy;h=876e48d5019f3f84958adbb4eb5664a8be02c671;hp=69601c48d37019a82048cd8f82c8f7e6cca3de17;hb=d58ceb0d7a69116e8142643adfc840b667d8c06d;hpb=8a357c98dc56b51939bb80079dbd3f3f1ac9e828;ds=sidebyside diff --git a/SpeechSynthesis/SpeechSynthesises.groovy b/SpeechSynthesis/SpeechSynthesises.groovy index 69601c4..876e48d 100644 --- a/SpeechSynthesis/SpeechSynthesises.groovy +++ b/SpeechSynthesis/SpeechSynthesises.groovy @@ -61,9 +61,9 @@ public class SpeechSynthesises { speechSynthesises[0].speak(message) // As a conflict variable if (oneUser) { - oneUser = false + this.oneUser = false } else { - oneUser = true + this.oneUser = true } }