aboutsummaryrefslogtreecommitdiff
path: root/h-client/hlibrary.py
diff options
context:
space:
mode:
Diffstat (limited to 'h-client/hlibrary.py')
-rw-r--r--h-client/hlibrary.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/h-client/hlibrary.py b/h-client/hlibrary.py
index cc25edc..c86c66c 100644
--- a/h-client/hlibrary.py
+++ b/h-client/hlibrary.py
@@ -570,14 +570,11 @@ class Client:
#find the class
#Class = dev[1]
vendorid_productid = key[2:]
- #find the controller
- #controller = self.getController(Class)
- ##perform an http request
- #self.request.contents = ''
+ #reset the device params
+ dev[2] = 'insert'
+ dev[3] = '0'
- #result = self.request.perform('download/' + controller + '/en')
-
#parse the xml database
try:
xmldoc = minidom.parseString(self.request.contents)