Skip to content

Commit

Permalink
Add new message usergroup:sync (#570)
Browse files Browse the repository at this point in the history
Reported in #569
  • Loading branch information
Kane610 committed Jan 17, 2024
1 parent 8cb6268 commit e06e7ca
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 @@ -45,6 +45,7 @@ class MessageKey(enum.Enum):
SPEED_TEST_UPDATE = "speed-test:update"
UNIFI_DEVICE = "unifi-device:sync"
UNIFI_DEVICE_ADD = "unifi-device:add"
USER_GROUP_UPDATED = "usergroup:sync"
VPN_CONNECTION_UPDATED = "vpn-connection:sync"
WLAN_CONF_ADDED = "wlanconf:add"
WLAN_CONF_UPDATED = "wlanconf:sync"
Expand Down

0 comments on commit e06e7ca

Please sign in to comment.