zigbee2mqtt/test/assets/mock-external-converter.js

5 lines
68 B
JavaScript
Raw Normal View History

2020-06-29 07:16:16 -07:00
const mockDevice = {
mock: true
};
module.exports = mockDevice;