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: other/commands.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,10 @@ Application commands are built to extend Speedtest Tracker's functionality from
27
27
Maintenance commands help fix issues that might crop up over time.
28
28
29
29
<table><thead><tr><thwidth="261">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>app:result-fix-statuses</code></td><td>Reviews the data payload of each result and corrects the status attribute.</td></tr></tbody></table>
30
+
31
+
### Test Notifications
32
+
33
+
Notification commands allow you to test different delivery channels. If no channel is specified, Apprise will be used by default.
34
+
35
+
<table><thead><tr><th width="447">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>notification:test completed --channel=database</code></td><td>Sent a test Completed notification to the database</td></tr><tr><td><code>notification:test threshold --channel=database</code></td><td>Sent a test threshold breach notification to the database</td></tr><tr><td><code>notification:test completed --channel=wehbook</code></td><td>Sent a test Completed notification to the webhook channel</td></tr><tr><td><code>notification:test threshold --channel=webhook</code></td><td>Sent a test threshold breach notification to the webhook channel</td></tr><tr><td><code>notification:test completed --channel=maill</code></td><td>Sent a test Completed notification to the mail channel</td></tr><tr><td><code>notification:test threshold --channel=maill</code></td><td>Sent a test threshold breach notification to the mail channel</td></tr><tr><td><code>notification:test completed --channel=apprise</code></td><td>Sent a test Completed notification to the apprise channel</td></tr><tr><td><code>notification:test threshold --channel=apprise</code></td><td>Sent a test threshold breach notification to the apprise channel</td></tr></tbody></table>
0 commit comments