Flo
Flo
Yeah already tried that but no success.
Hi, @easternmotors . I was not able to get it working yet. Here the relevant package json part: ```{ "name": "restaurant-companion", "productName": "Restaurant Companion", "version": "1.6.0-beta.5", "description": "Restaurant CMS -...
**Update:** It seems to work with the following workaround: ```Javascript setTimeout(() => { $('#total_override_value').focus(); setTimeout(function() { $('#total_override_value').click(); }, 50); }, 100); ``` And using this option: positionCaretOnClick: 'radixFocus' But when...
> Please fix the errors, and tests. The PR code contains and breaks the alexa integration. Sorry for that, I'm quite new and I'm not sure where these errors come...
> Please help me to understand why how this ID field would help. This is a part that I am not yet quite familiar with. It would help if you...
I finally figured how to properly run the Tests and Test Enviroment. All Tests are passing now. I added two more Tests to cover all scenarios of the new variables.
I updated the branch to reflect the most recent changes to the tests file.
Scenareo: Ask Alexa for the next Tram to "Hauptbahnhof West" Ask Alexa for the next Tram to "Hauptbahnhof Ost" Ask Alexa for the next Tram to "Hauptbahnhof" (Synonym for West)...
> I tried to setup a custom skill: using https://www.home-assistant.io/integrations/alexa.intent/#create-your-amazon-alexa-custom-skill (not successfully succeeded unfortunately ). Could that help to be able to use the intents as you demonstrate? Currently I...
I'm happy to hear. Just take your time and test whenever you're free :)