From ffd745c04482bfa74eb261f1cf4c94d2b53f10db Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:10:26 -0400 Subject: [PATCH] Updated Notify_ifttt (markdown) --- Notify_ifttt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_ifttt.md b/Notify_ifttt.md index 45deb38..473b08b 100644 --- a/Notify_ifttt.md +++ b/Notify_ifttt.md @@ -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!