Michael Hansen
Michael Hansen
Ready to go
The overarching goal is to ensure each language's support for various voice commands is well documented and understood. The extra restrictions on expansion rules are an experiment based on feedback...
Another option would be to group everything by language first, so sentences and everything would be together for each language. Something to consider is the assignment of codeowners in GitHub....
Based on feedback and testing, I've made a few changes: * Restrictions on expansion rules have been removed; they are recommendations * Lists and expansion rules can be grouped in...
I don't understand how this is supposed to work. If you start a timer with a different area/floor, it won't be present on the voice satellite in that area/floor. Timers...
There's no technical limitation, we just use the device id of the satellite to group active timers. There isn't any logic to try and figure out which satellite you meant...
The slots in those intents are for targeting the satellite that's currently running a timer. Potentially starting timers on multiple devices is an interesting idea. @jlpouffier any thoughts?
I'm confused why this is failing the test :/
This is a bug in the intent response, not in core. Fix here: https://github.com/OHF-Voice/intents/pull/3325