get_data: kwarg key

This commit is contained in:
ytemiloluwa
2024-05-26 00:22:57 +01:00
parent 82a1cc3cfe
commit 4434f9ccad

View File

@@ -38,6 +38,7 @@ class DataOptions(Enum):
UPTIME = "uptime"
CONFIG = "config"
VOLTAGE = "voltage"
POOLS = "pools"
def __str__(self):
return self.value