DEBSOURCES
Skip Quicknav
sources / python-asusrouter / 1.21.3-1 / asusrouter / modules / attributes.py
12345678910
"""Attributes module for AsusRouter.""" from enum import Enum class AsusRouterAttribute(str, Enum): """Attributes enum.""" MAC = "mac" WLAN_LIST = "wlan_list"