514515516517518519520521522523524
if (handler.checkResponse(responseObj)) { JSONObject configObject = handler.getResultJSONObject(responseObj); if (configObject != null) { return new JSONDeviceConfigImpl(configObject); } } } return null;