mirror of
https://github.com/skydiver/ewelink-api.git
synced 2025-12-21 13:23:05 +01:00
* refactor websocket / power usage * cooldown between api requests during testing * refactor power state methods * remove unused code * cooldown between api requests during testing * version bump
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
const DeviceRaw = require('./DeviceRaw');
|
|
const CurrentMonth = require('./CurrentMonth');
|
|
|
|
module.exports = {
|
|
DeviceRaw,
|
|
CurrentMonth,
|
|
};
|