dirkse 8 years ago
parent
commit
6f2611bf51
1 changed files with 1 additions and 1 deletions
  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')