aboutsummaryrefslogtreecommitdiff
path: root/h-client/hlibrary.py
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-04-12 00:40:00 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-04-12 00:40:00 +0000
commit77320f7918a453892ae4ba0aad411c54867859fc (patch)
treebbe15a2366be077a523546763f5fc60f65678c42 /h-client/hlibrary.py
parent9fb4924d5aa544bc51b3f5811772485fe865ca81 (diff)
h-client:improved synchronize
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)