Merge pull request #741 from milanperera/iot-master

Added method to test device manager
revert-70aa11f8
Geeth 8 years ago committed by GitHub
commit 07de9dce40

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

Loading…
Cancel
Save