js-responses.js 376 B

123456789101112131415161718192021
  1. 'use strict';
  2. const responseMin = {
  3. _type: 'oadrResponse',
  4. responseCode: '200',
  5. responseRequestId: '9383fc5946cb0e14ef5a',
  6. };
  7. const responseMax = {
  8. _type: 'oadrResponse',
  9. responseCode: '200',
  10. responseDescription: 'OK',
  11. responseRequestId: '9383fc5946cb0e14ef5a',
  12. venId: 'D8:1D:4B:20:5A:65:4C:50:32:FA',
  13. };
  14. module.exports = {
  15. responseMin,
  16. responseMax,
  17. };