Page 43 - MDP2020-1
P. 43

················································································  명장양성프로젝트  【MDP】  과제발표회  자료집  Ⅰ    |  37


                                                    window.location.href=("http://localhost:8000/red_on
            ");
                                            },
                                            '불  꺼':function(){

                                                    responsiveVoice.speak("엘이디가  꺼졌습니다.",  "Korean
            Female");
                                                    window.location.href=("http://localhost:8000/red_off
            ");

                                            }


                                    };
                                    annyang.addCommands(commands);
                                    annyang.removeCallback();
                                    annyang.setLanguage('ko');

                                    annyang.start({  autoRestart:  true,  continuous:  false  });
                            }
                    });
            </script>

            </body>
            </html>
   38   39   40   41   42   43   44   45   46   47   48