We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68796c1 commit 17b433fCopy full SHA for 17b433f
myjdapi/myjdapi.py
@@ -92,6 +92,24 @@ def standby_os(self):
92
return resp
93
94
95
+class Jd:
96
+ """
97
+ Class that represents the jd-functionality of a Device
98
99
+
100
+ def __init__(self, device):
101
+ self.device = device
102
+ self.url = '/jd'
103
104
+ def get_core_revision(self):
105
106
107
+ :return:
108
109
+ resp = self.device.action(self.url + "/getCoreRevision")
110
+ return resp
111
112
113
class Update:
114
"""
115
Class that represents the update-functionality of a Device
@@ -715,6 +733,7 @@ def __init__(self, jd, device_dict):
715
733
self.toolbar = Toolbar(self)
716
734
self.downloadcontroller = DownloadController(self)
717
735
self.update = Update(self)
736
+ self.jd = Jd(self)
718
737
self.system = System(self)
719
738
self.__direct_connection_info = None
720
739
self.__refresh_direct_connections()
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments