summaryrefslogtreecommitdiffstats
path: root/module/remote/ttypes_debug.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-20 15:33:01 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-20 15:33:01 +0100
commitceb59ee0739546368135b0d86a69b17c92bfbccf (patch)
tree863b70e281f8aa833d2a4a72a61f25113dd9b8e3 /module/remote/ttypes_debug.py
parentseparated handlebars init (diff)
downloadpyload-ceb59ee0739546368135b0d86a69b17c92bfbccf.tar.xz
added models and collections for progress
Diffstat (limited to 'module/remote/ttypes_debug.py')
-rw-r--r--module/remote/ttypes_debug.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/module/remote/ttypes_debug.py b/module/remote/ttypes_debug.py
index 1b7065d9a..6ca9e892a 100644
--- a/module/remote/ttypes_debug.py
+++ b/module/remote/ttypes_debug.py
@@ -24,7 +24,7 @@ classes = {
'PackageInfo' : [int, basestring, basestring, int, int, basestring, basestring, basestring, int, (list, basestring), int, int, PackageStats, (list, int), (list, int)],
'PackageStats' : [int, int, int, int],
'ProgressInfo' : [basestring, basestring, basestring, int, basestring, int, int, (None, DownloadProgress)],
- 'ServerStatus' : [bool, int, int, int, int, bool, bool],
+ 'ServerStatus' : [int, int, int, bool, bool, bool],
'ServiceDoesNotExists' : [basestring, basestring],
'ServiceException' : [basestring],
'TreeCollection' : [PackageInfo, (dict, int, FileInfo), (dict, int, PackageInfo)],
@@ -79,15 +79,13 @@ methods = {
'getPackageContent': TreeCollection,
'getPackageInfo': PackageInfo,
'getProgressInfo': (list, ProgressInfo),
+ 'getServerStatus': ServerStatus,
'getServerVersion': basestring,
'getUserData': UserData,
'getUserPlugins': (list, ConfigInfo),
'getWSAddress': basestring,
'hasAddonHandler': bool,
'isInteractionWaiting': bool,
- 'isTimeDownload': bool,
- 'isTimeReconnect': bool,
- 'kill': None,
'login': bool,
'moveFiles': bool,
'movePackage': bool,
@@ -111,7 +109,7 @@ methods = {
'setPackageFolder': bool,
'setPackagePaused': None,
'setPassword': bool,
- 'statusServer': ServerStatus,
+ 'stop': None,
'stopAllDownloads': None,
'stopDownloads': None,
'togglePause': bool,