From 695a72ac34aceab2e132f429dbe4deaf2d8f60e3 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 29 Aug 2021 17:40:50 -0400 Subject: [PATCH] Updated Notify_lametric (markdown) --- Notify_lametric.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_lametric.md b/Notify_lametric.md index 00a5001..20f4e9e 100644 --- a/Notify_lametric.md +++ b/Notify_lametric.md @@ -57,7 +57,7 @@ The breakdown of parameters depend on whether you are using the Cloud Mode or De | userid | No | The account login to your Lametric device on your local network. By default the user is set to `dev`. | mode | No | Define the Apprise/Lametric mode to use. This can be either set to `cloud` or `device`. It's worth pointing out that Apprise is smart enough to detect the mode you're using based on the URL you provide it. But for those who want to explicitly provide it's value, they can do so. | cycles | No | The number of times message should be displayed. If cycles is set to `0`, notification will stay on the screen until user dismisses it manually. By default it is set to `1`. -| sounds | No | An audible alarm that can be sent with the notification. The following keywords are supported: `bicycle`, `car`, `cash`, `cat`, `dog`, `dog2`, `energy`, `knock-knock`, `letter_email`, `lose1`, `lose2`, `negative1`, `negative2`, `negative3`, `negative4`, `negative5`, `notification`, `notification2`, `notification3`, `notification4`, `open_door`, `positive1`, `positive2`, `positive3`, `positive4`, `positive5`, `positive6`, `statistic`, `thunder`, `water1`, `water2`, `win`, `win2`, `wind`, `wind_short`, `alarm1`, `alarm2`, `alarm3`, `alarm4`, `alarm5`, `alarm6`, `alarm7`, `alarm8`, `alarm9`, `alarm10`, `alarm11`, `alarm12`, and `alarm13`. +| sound | No | An audible alarm that can be sent with the notification. The following keywords are supported: `bicycle`, `car`, `cash`, `cat`, `dog`, `dog2`, `energy`, `knock-knock`, `letter_email`, `lose1`, `lose2`, `negative1`, `negative2`, `negative3`, `negative4`, `negative5`, `notification`, `notification2`, `notification3`, `notification4`, `open_door`, `positive1`, `positive2`, `positive3`, `positive4`, `positive5`, `positive6`, `statistic`, `thunder`, `water1`, `water2`, `win`, `win2`, `wind`, `wind_short`, `alarm1`, `alarm2`, `alarm3`, `alarm4`, `alarm5`, `alarm6`, `alarm7`, `alarm8`, `alarm9`, `alarm10`, `alarm11`, `alarm12`, and `alarm13`. | priority | No | The priority of the message; the possible values are `info`, `warning`, and `critical`. By default `info` is used if nothing is specified. | icon_type | No | Represents the nature of notification; the possible values are `info`, `alert`, and `none`. By default `none` is used if nothing is specified.