get_data: kwarg key
This commit is contained in:
@@ -38,6 +38,7 @@ class DataOptions(Enum):
|
|||||||
UPTIME = "uptime"
|
UPTIME = "uptime"
|
||||||
CONFIG = "config"
|
CONFIG = "config"
|
||||||
VOLTAGE = "voltage"
|
VOLTAGE = "voltage"
|
||||||
|
POOLS = "pools"
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.value
|
return self.value
|
||||||
|
|||||||
Reference in New Issue
Block a user