Updated Notify_boxcar (markdown)

master
Chris Caron 2020-08-03 10:13:21 -04:00
parent c368627930
commit 7349b8acac
1 changed files with 1 additions and 1 deletions

@ -37,6 +37,6 @@ Send a Boxcar notification to all devices associated with a project:
# Assume: # Assume:
# - our {access_key} is pJz1KEP5zGo9KwDnIb-7_Kab # - our {access_key} is pJz1KEP5zGo9KwDnIb-7_Kab
# - our {secret_key} is j300012fl9y0b5AW9g9Nsejb8P # - our {secret_key} is j300012fl9y0b5AW9g9Nsejb8P
apprise -t "Test Message Title" -b "Test Message Body" \ apprise -vv -t "Test Message Title" -b "Test Message Body" \
boxcar://pJz1KEP5zGo9KwDnIb-7_Kab/j300012fl9y0b5AW9g9Nsejb8P boxcar://pJz1KEP5zGo9KwDnIb-7_Kab/j300012fl9y0b5AW9g9Nsejb8P
``` ```