dirkse 8 年之前
父节点
当前提交
6f2611bf51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      alexa/app/domo.py

+ 1 - 1
alexa/app/domo.py

@@ -43,7 +43,7 @@ def domo_command(**kwargs):
         log.info('domo call in %.3f sec' % (default_timer()-t))
 
 
-@ask.intent("SwitchIntent")
+@ask.intent("LightIntent")
 def toggle_switch(OnOff):
 
     did = context.System.device.get('deviceId')