Amount/unit complete.

development
jens 2 years ago
parent 7bd9c4d16f
commit 4ddd2563b4

@ -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

@ -1,3 +1,5 @@
#!/bin/bash
# Adjust the URL to match where your php interface is.
curl http://yourWebserver/rhasspy/shoppingList.php?command=printUnitList

Loading…
Cancel
Save