Fix configuration key for WirelessLANStatusChoices

This commit is contained in:
jeremystretch
2022-12-09 10:45:02 -05:00
parent 9065ec80b6
commit 8815706137
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ class WirelessRoleChoices(ChoiceSet):
class WirelessLANStatusChoices(ChoiceSet):
key = 'WirelessLANS.status'
key = 'WirelessLAN.status'
STATUS_ACTIVE = 'active'
STATUS_RESERVED = 'reserved'