Advertisement
eric11144

Untitled

Apr 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. aList = [ (1, 545985180000, 'device_id_hao', 'vol', None, 12.0),
  2. (1, 545985180000, 'device_id_hao', 'temp', None, 38.0),
  3. (2, 545985300000, 'device_id_hao', 'vol', None, 220.0),
  4. (2, 545985300000, 'device_id_hao', 'temp', None, 39.0)];
  5.  
  6. =>
  7.  
  8. [
  9. (545985180000, 'device_id_hao', {'vol': 12.0, 'temp': 38.0})
  10. (545985300000, 'device_id_hao', {'vol': 220.0, 'temp': 39.0})
  11. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement