js-requests.js 657 B

1234567891011121314151617181920212223242526272829303132
  1. 'use strict';
  2. const requestEvent1 = {
  3. _type: 'oadrRequestEvent',
  4. requestId: '2233',
  5. venId: 'D8:1D:4B:20:5A:65:4C:50:32:FA',
  6. replyLimit: '2',
  7. };
  8. const createdEvent1 = {
  9. _type: 'oadrCreatedEvent',
  10. responseCode: '200',
  11. responseDescription: 'OK',
  12. responseRequestId: '336f7e47b92eefe985ec',
  13. venId: 'D8:1D:4B:20:5A:65:4C:50:32:FA',
  14. eventResponses: [
  15. {
  16. responseCode: '200',
  17. responseDescription: 'OK',
  18. responseRequestId: '336f7e47b92eefe985ec',
  19. optType: 'optIn',
  20. eventId: 'a2fa542eca8d4e829ff5c0f0c8e68710',
  21. modificationNumber: 0,
  22. },
  23. ],
  24. };
  25. module.exports = {
  26. createdEvent1,
  27. requestEvent1,
  28. };