Closed theboywho closed 1 year ago
Replacing def get_device_alarms(self) -> List[str, Any]: with def get_device_alarms(self) -> Dict[str, Any]:
def get_device_alarms(self) -> List[str, Any]:
def get_device_alarms(self) -> Dict[str, Any]:
Closes #177
Thank you fixing this bug/unwanted change.
Replacing
def get_device_alarms(self) -> List[str, Any]:
withdef get_device_alarms(self) -> Dict[str, Any]:
Closes #177