You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/notify.simplepush.markdown
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,28 @@ notify:
25
25
device_key: ABCDE
26
26
```
27
27
28
-
Configuration variables:
29
-
30
-
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
31
-
- **device_key** (*Required*): The device key of your device.
28
+
{% configuration %}
29
+
name:
30
+
description: Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
31
+
required: false
32
+
type: string
33
+
device_key:
34
+
description: The device key of your device.
35
+
required: true
36
+
type: string
37
+
event:
38
+
description: The event for the events.
39
+
required: false
40
+
type: string
41
+
password:
42
+
description: The password of the encryption used by your device.
43
+
required: inclusive
44
+
type: string
45
+
salt:
46
+
description: The salt used by your device.
47
+
required: inclusive
48
+
type: string
49
+
{% endconfiguration %}
32
50
33
51
To test if the service works, just send a message with `curl` from the command-line.
0 commit comments