Updated Notify_ifttt (markdown)

master
Chris Caron 2020-08-03 10:10:26 -04:00
parent 6f9f9208fe
commit ffd745c044
1 changed files with 2 additions and 2 deletions

@ -48,7 +48,7 @@ Send a IFTTT notification:
# Assuming you want {value1} to read "My Title" # Assuming you want {value1} to read "My Title"
# Assuming you want {value2} to read "My Body" # Assuming you want {value2} to read "My Body"
# Assuming you want {value3} to read "info" # Assuming you want {value3} to read "info"
apprise -t "My Title" -b "My Value" \ apprise -vv -t "My Title" -b "My Value" \
ifttt:///b1lUk7b9LpGakJARKBwRIZ@sms_message ifttt:///b1lUk7b9LpGakJARKBwRIZ@sms_message
``` ```
@ -64,7 +64,7 @@ Now I realize not everyone will want to use the default **{valueX}** entries def
# Now we use a plus (+) symbol in front of an argument to tell # Now we use a plus (+) symbol in front of an argument to tell
# the remote server we want to include a new option called # the remote server we want to include a new option called
# switch and set it's value to 'on' # switch and set it's value to 'on'
apprise -b "" ifttt:///b1lUk7b9LpGakJARKBwRIZ@my_light/?-value1&-value2&-value3&+switch=on apprise -vv -b "" ifttt:///b1lUk7b9LpGakJARKBwRIZ@my_light/?-value1&-value2&-value3&+switch=on
``` ```
**Thoughts**: The +/- options are relatively new, but it still feels like this plugin could be made even easier to use. If you have any idea's please open a ticket and let me know your ideas! **Thoughts**: The +/- options are relatively new, but it still feels like this plugin could be made even easier to use. If you have any idea's please open a ticket and let me know your ideas!