Initial commit.

This commit is contained in:
2025-08-30 16:34:17 -04:00
commit f9e55b8704
2194 changed files with 86781 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