Skip to content

Commit

Permalink
Add new VPN messages (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored Feb 14, 2024
1 parent 134f217 commit 58d7cc0
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 @@ -46,6 +46,8 @@ class MessageKey(enum.Enum):
UNIFI_DEVICE = "unifi-device:sync"
UNIFI_DEVICE_ADD = "unifi-device:add"
USER_GROUP_UPDATED = "usergroup:sync"
VPN_CONNECT = "vpn:connect"
VPN_DISCONNECT = "vpn:disconnect"
VPN_CONNECTION_UPDATED = "vpn-connection:sync"
WLAN_CONF_ADDED = "wlanconf:add"
WLAN_CONF_UPDATED = "wlanconf:sync"
Expand Down

0 comments on commit 58d7cc0

Please sign in to comment.