From 0359e0c5d658c4aaf70c252cff03fe9d8bfd3bb7 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 29 Nov 2017 20:29:39 -0500 Subject: [PATCH] Created Notify_toasty (markdown) --- Notify_toasty.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Notify_toasty.md diff --git a/Notify_toasty.md b/Notify_toasty.md new file mode 100644 index 0000000..0ce5ce4 --- /dev/null +++ b/Notify_toasty.md @@ -0,0 +1,27 @@ +## Super Toasty Notifications +* **Source**: http://supertoasty.com/ +* **Icon Support**: Yes +* **Message Format**: Text +* **Message Limit**: 32768 Characters per message + +There isn't too much configuration for Super Toasty notifications. The message is basically just passed to your online Super Toasty account and then gets relayed to your device(s) you've setup from there. + +By default, +### Syntax +Valid syntax is as follows: +* **toasty**:://**{user_id}**@**{device_id}** +* **toasty**:://**{user_id}**@**{device_id1}**/**{device_id2}**/**{device_idN}** + +### Parameter Breakdown +| Variable | Required | Description +| ----------- | -------- | ----------- +| user_id | Yes | The user identifier associated with your Super Toasty account. +| device_id | No | The device identifier to send your notification to. + +#### Example +Send a Super Toasty notification a configured device: +```bash +# Assuming our {user_id} is nuxref +# Assuming our {device_id} is abcdefghijklmnop-abcdefg +notify toasty://nuxref@abcdefghijklmnop-abcdefg +```