Hello, I am using triggercmd on my vero. Everything is working fine so far. The only thing I cannot get to work ist using blanks in the voice command.
example:
this one works when say ing ask triggercmd execute kodi
{"trigger":"kodi restart","command":"systemctl restart mediacenter","ground":"background","voice":"kodi","allowParams": "false"},
this one does NOT work when saying ask triggercmd execute kodi restart, echo tells me then the command kodi (first word from command) can not be find. but when saying ask triggercmd execute kodi blank restar it works.
{"trigger":"kodi restart","command":"systemctl restart mediacenter","ground":"background","voice":"kodi restart","allowParams": "false"},
Any help would be fine
Thx
Kai