fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-08 15:19:16 +02:00
parent 817894b6ce
commit d71346e763

View File

@ -133,4 +133,8 @@ export class SmartNetwork {
const result = plugins.os.networkInterfaces();
return result;
}
public async getDefaultGateWay() {
// TOTO get default gateways
}
}