Skip to content

Commit

Permalink
Add port support to message class (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperslits authored Jul 3, 2023
1 parent af59ec9 commit 5df8af9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aiounifi/models/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class MessageKey(enum.Enum):
FIREWALL_RULE_ADDED = "firewallrule:add"
FIREWALL_RULE_UPDATED = "firewallrule:sync"
NETWORK_CONF_UPDATED = "networkconf:sync"
PORT_FORWARD_ADDED = "portforward:add"
PORT_FORWARD_UPDATED = "portforward:sync"
SETTING_UPDATED = "setting:sync"
SPEED_TEST_UPDATE = "speed-test:update"
UNIFI_DEVICE = "unifi-device:sync"
Expand Down

0 comments on commit 5df8af9

Please sign in to comment.