A bit more mentioning the single-word issue

This commit is contained in:
Joshua Boniface 2018-03-13 03:16:18 -04:00
parent 2c64719150
commit 29e282aa41
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ The next step is to actually configure Kalliope. The examples are a good startin
cmd: /bin/sleep 0.2 cmd: /bin/sleep 0.2
``` ```
Using this configuration as a jumping-off point, you can add multiple other options, and including the various shell commands you can ensure that the LED ring shows the status of every task. Using this configuration as a jumping-off point, you can add multiple other options, and including the various shell commands you can ensure that the LED ring shows the status of every task. So far, the only downside I've found with Kalliope is that single-word triggers are generally unsupported; the device doesn't realize to stop listening, so try to keep them to two or more words.
I use a custom Systemd unit to ensure everything is started correctly, including output buffering, and as mentioned above ensures the configuration repository is always up-to-date with the origin, making configuration updates on-the-fly to multiple devices quick and painless. I use a custom Systemd unit to ensure everything is started correctly, including output buffering, and as mentioned above ensures the configuration repository is always up-to-date with the origin, making configuration updates on-the-fly to multiple devices quick and painless.