| 1234567891011121314151617 |
- 'use strict';
- const oadrPoll1 = {
- _type: 'oadrPoll',
- venId: 'D8:1D:4B:20:5A:65:4C:50:32:FA',
- };
- const oadrResponse1 = {
- _type: 'oadrResponse',
- venId: 'D8:1D:4B:20:5A:65:4C:50:32:FA',
- };
- module.exports = {
- oadrPoll1,
- oadrResponse1,
- };
|