16.09.2017, 17:21
(This post was last modified: 16.09.2017, 17:42 by Erwin van der Zwart.)
Hi,
You can trigger any object from Alexa and use these (event based) script commands to control the internal scenes.
http://www.openrb.com/docs/lua.htm#11
You probably want to use:
BR,
Erwin
You can trigger any object from Alexa and use these (event based) script commands to control the internal scenes.
http://www.openrb.com/docs/lua.htm#11
You probably want to use:
Code:
scene.run('yourscenename')
BR,
Erwin