[
  {
    "trigger": "Feed Caramelo",
    "command": "python3 /home/ubuntu/feed_caramelo.py",
    "ground": "foreground",
    "voice": "caramelo",
    "allowParams": "false"
  },
  {
    "trigger": "Book Parking",
    "command": "/home/ubuntu/parking_bot/.venv/bin/python /home/ubuntu/parking_bot/book_parking.py >> /home/ubuntu/parking_bot/trigger_log.txt 2>&1",
    "ground": "background",
    "voice": "Running the parking bot"
  }

]
