js-requests.js 254 B

1234567891011121314151617
  1. 'use strict';
  2. const oadrPoll1 = {
  3. '_type': 'oadrPoll',
  4. 'venId': 'D8:1D:4B:20:5A:65:4C:50:32:FA'
  5. };
  6. const oadrResponse1 = {
  7. '_type': 'oadrResponse',
  8. 'venId': 'D8:1D:4B:20:5A:65:4C:50:32:FA'
  9. };
  10. module.exports = {
  11. oadrPoll1,
  12. oadrResponse1
  13. };