Initial commit.

This commit is contained in:
2025-04-21 21:03:30 -04:00
commit d4f58c985f
2077 changed files with 75132 additions and 0 deletions
@@ -0,0 +1,26 @@
reload:
description: Reload dashboard configuration from Dwains dashboard
notification_create:
description: Show a notification in the frontend.
fields:
message:
description: Message body of the notification. [Templates accepted]
example: Dishwasher is done! :D
notification_id:
description: Target ID of the notification, will replace a notification with the same Id. [Optional]
example: 1234
notification_dismiss:
description: Remove a notification from the frontend.
fields:
notification_id:
description: Target ID of the notification, which should be removed. [Required]
example: 1234
notification_mark_read:
description: Mark a notification read.
fields:
notification_id:
description: Target ID of the notification, which should be mark read. [Required]
example: 1234