Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {
  2. "_id" : ObjectId("59c9e021af4886c9149a28c7"),
  3. "userkey" : "r1Et2ZNdW",
  4. "devicekey" : "12345",
  5. "analog" : {
  6. "4" : 458,
  7. "6" : 448,
  8. "7" : 100
  9. },
  10. "__v" : 0
  11. }
  12.  
  13. DeviceModel.update({_id : device.id}, {$set : {"analog" : analog}}, function(err, doc){
  14. if(err) throw err;
  15. console.log("Device switches updated");
  16. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement