mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 10:58:31 -07:00
5 lines
68 B
JavaScript
5 lines
68 B
JavaScript
|
const mockDevice = {
|
||
|
mock: true
|
||
|
};
|
||
|
|
||
|
module.exports = mockDevice;
|