Influxdb2 #3

Merged
d_mcknight merged 67 commits from influxdb2 into dev 2023-06-22 21:58:21 -07:00
Showing only changes of commit 2607584eba - Show all commits

View file

@ -247,6 +247,8 @@ class SonarrQueue(NamedTuple):
trackedDownloadState: str = None
trackedDownloadStatus: str = None
seriesId: int = None
errorMessage: str = None
outputPath: str = None
# Radarr
@ -308,6 +310,10 @@ class RadarrQueue(NamedTuple):
title: str = None
trackedDownloadState: str = None
trackedDownloadStatus: str = None
timeleft: str = None
estimatedCompletionTime: str = None
errorMessage: str = None
outputPath: str = None
# Sickchill