Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. local
  2. var oData = {
  3. "stationId": 1,
  4. "account": "5a5749b49b38ae0668a528a5",
  5. "userAccountId": keycloak.userInfo.email,
  6. "subscribers": [
  7. {"type": 1,"contact": "DLiseichykau@gomel.iba.by", },
  8. ],
  9. "subscribedAttributes": [
  10. {
  11. "attributeId": 10,
  12. "rule": "=",
  13. "value": "12",
  14. "forData": Date.now(),
  15. "notificationFrequency": 1,
  16. "label": "Скорость ветра, М/с"
  17. }
  18. ]
  19. }
  20.  
  21. browser
  22. {
  23. "stationId": 1,
  24. "account": "5a5749b49b38ae0668a528a5",
  25. "userAccountId": "vshmidt@gomel.iba.by",
  26. "subscribers": [{
  27. "type": 1,
  28. "contact": "DLiseichykau@gomel.iba.by"
  29. }],
  30. "subscribedAttributes": [{
  31. "attributeId": 10,
  32. "rule": "=",
  33. "value": "12",
  34. "forData": 1529596586403,
  35. "notificationFrequency": 1,
  36. "label": "Скорость ветра, М/с"
  37. }]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement