From 4ddd2563b46cc90783cf176eeae067bdd325b9d8 Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 29 Apr 2021 16:05:50 +0200 Subject: [PATCH] Amount/unit complete. --- slotPrograms/shoppingProduct | 4 +++- slotPrograms/shoppingUnit | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/slotPrograms/shoppingProduct b/slotPrograms/shoppingProduct index 5d195c3..bc6ff9c 100644 --- a/slotPrograms/shoppingProduct +++ b/slotPrograms/shoppingProduct @@ -1,3 +1,5 @@ #!/bin/bash -curl http://yourWebserver/rhasspy/shoppingList.php?command=printProductList +# Adjust the URL to match where your php interface is. + +curl http://yourWebserver/rhasspy/shoppingList.php?command=printProductList \ No newline at end of file diff --git a/slotPrograms/shoppingUnit b/slotPrograms/shoppingUnit index e23e53f..1ce9b10 100644 --- a/slotPrograms/shoppingUnit +++ b/slotPrograms/shoppingUnit @@ -1,3 +1,5 @@ #!/bin/bash +# Adjust the URL to match where your php interface is. + curl http://yourWebserver/rhasspy/shoppingList.php?command=printUnitList