mirror of https://github.com/caronc/apprise
Updated Notify_ifttt (markdown)
parent
6f9f9208fe
commit
ffd745c044
|
@ -48,7 +48,7 @@ Send a IFTTT notification:
|
|||
# Assuming you want {value1} to read "My Title"
|
||||
# Assuming you want {value2} to read "My Body"
|
||||
# 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
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
# the remote server we want to include a new option called
|
||||
# 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!
|
||||
|
|
Loading…
Reference in New Issue