Skip to content

Commit

Permalink
Add notification-toast message (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Feb 23, 2024
1 parent f86cd67 commit 029f3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiounifi/models/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class MessageKey(enum.Enum):
FIREWALL_RULE_ADDED = "firewallrule:add"
FIREWALL_RULE_UPDATED = "firewallrule:sync"
NETWORK_CONF_UPDATED = "networkconf:sync"
NOTIFICATION_TOAST = "notification-toast"
PING_TEST_UPDATE = "ping-test:update"
PORT_FORWARD_ADDED = "portforward:add"
PORT_FORWARD_UPDATED = "portforward:sync"
Expand Down

0 comments on commit 029f3cb

Please sign in to comment.