AlCalzone / node-g-homa

Node.js library to control G-Homa WiFi plugs
MIT License
3 stars 0 forks source link

Remove unnecessary promise wrapper #5

Closed AlCalzone closed 6 years ago

AlCalzone commented 6 years ago

https://github.com/AlCalzone/node-g-homa/blob/master/src/manager.ts#L138 This is not needed, as async functions implicitly return a promise. Same goes for the other wrappers in that class.