Commit 55b313d3 authored by Romain Courteaud's avatar Romain Courteaud

Update jIO development version.

parent e55339ae
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
return jio_gadget.getAttachment.apply(jio_gadget, param_list);\n return jio_gadget.getAttachment.apply(jio_gadget, param_list);\n
})\n })\n
.push(function (response) {\n .push(function (response) {\n
return jIO.util.readBlobAsText(response);\n return jIO.util.readBlobAsText(response.data);\n
})\n })\n
.push(function (event) {\n .push(function (event) {\n
return {data: JSON.parse(event.target.result)};\n return {data: JSON.parse(event.target.result)};\n
...@@ -726,7 +726,7 @@ ...@@ -726,7 +726,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>941.25415.51811.22323</string> </value> <value> <string>941.25428.15657.11059</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -744,7 +744,7 @@ ...@@ -744,7 +744,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1425307454.32</float> <float>1425307985.31</float>
<string>GMT</string> <string>GMT</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment