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