Hi !
I successfully setup my Raspberry Pi 3B+ but can't run any commands. My TriggerCMD is linked, too. Alexa is finding the "device" but when I run the command nothing happens. The original commands also didn't work for me.
I want to control one LED Strip through Alexa. My config.json looks like following
[
{"trigger":"strip","command":"sudo PYTHONPATH=".:build/lib.linux-armv7l-2.7" python rpi_ws281x/python/examples/strandtest.py -c","ground":"background","voice":"strip","allowParams": "false"}
]
The path of the json file is /root/.TRIGGERcmdData/commands.json
Thank you in advance!