Merge pull request #741 from milanperera/iot-master

Added method to test device manager
This commit is contained in:
Geeth 2017-05-09 14:48:01 +05:30 committed by GitHub
commit 07de9dce40

View File

@ -121,4 +121,9 @@ public class TestDeviceManager implements DeviceManager {
return false;
}
@Override
public PlatformConfiguration getDefaultConfiguration() throws DeviceManagementException {
return null;
}
}